Interface EntityIDOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
EntityID, EntityID.Builder

@Generated @Deprecated public interface EntityIDOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    * The Account ID for the cryptocurrency account
    Deprecated.
    * The smart contract ID that identifies instance
    Deprecated.
     
    Deprecated.
    * The file ID of the file
    Deprecated.
    * A uniquely identifying livehash of an account
    boolean
    Deprecated.
    * The Account ID for the cryptocurrency account
    boolean
    Deprecated.
    * The smart contract ID that identifies instance
    boolean
    Deprecated.
    * The file ID of the file
    boolean
    Deprecated.
    * A uniquely identifying livehash of an account

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasAccountID

      boolean hasAccountID()
      Deprecated.
       *
       The Account ID for the cryptocurrency account
       
      .proto.AccountID accountID = 1;
      Returns:
      Whether the accountID field is set.
    • getAccountID

      AccountID getAccountID()
      Deprecated.
       *
       The Account ID for the cryptocurrency account
       
      .proto.AccountID accountID = 1;
      Returns:
      The accountID.
    • hasLiveHash

      boolean hasLiveHash()
      Deprecated.
       *
       A uniquely identifying livehash of an account
       
      .proto.LiveHash liveHash = 2;
      Returns:
      Whether the liveHash field is set.
    • getLiveHash

      LiveHash getLiveHash()
      Deprecated.
       *
       A uniquely identifying livehash of an account
       
      .proto.LiveHash liveHash = 2;
      Returns:
      The liveHash.
    • hasFileID

      boolean hasFileID()
      Deprecated.
       *
       The file ID of the file
       
      .proto.FileID fileID = 3;
      Returns:
      Whether the fileID field is set.
    • getFileID

      FileID getFileID()
      Deprecated.
       *
       The file ID of the file
       
      .proto.FileID fileID = 3;
      Returns:
      The fileID.
    • hasContractID

      boolean hasContractID()
      Deprecated.
       *
       The smart contract ID that identifies instance
       
      .proto.ContractID contractID = 4;
      Returns:
      Whether the contractID field is set.
    • getContractID

      ContractID getContractID()
      Deprecated.
       *
       The smart contract ID that identifies instance
       
      .proto.ContractID contractID = 4;
      Returns:
      The contractID.
    • getEntityCase

      EntityID.EntityCase getEntityCase()
      Deprecated.