Class Query.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<Query,Query.Builder>
com.google.protobuf.GeneratedMessageLite.Builder<Query,Query.Builder>
com.hedera.hashgraph.sdk.proto.Query.Builder
All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, QueryOrBuilder, Cloneable
Enclosing class:
Query

public static final class Query.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<Query,Query.Builder> implements QueryOrBuilder
 *
 A query transaction.<br/>
 This message is serialized to bytes and those bytes are signed by the
 submitter, with the signature included in the QueryHeader for the query
 request.
 
Protobuf type proto.Query
  • Method Details

    • getQueryCase

      public Query.QueryCase getQueryCase()
      Specified by:
      getQueryCase in interface QueryOrBuilder
    • clearQuery

      public Query.Builder clearQuery()
    • hasGetByKey

      public boolean hasGetByKey()
       *
       Get all entities associated with a given key.
       
      .proto.GetByKeyQuery getByKey = 1;
      Specified by:
      hasGetByKey in interface QueryOrBuilder
      Returns:
      Whether the getByKey field is set.
    • getGetByKey

      public GetByKeyQuery getGetByKey()
       *
       Get all entities associated with a given key.
       
      .proto.GetByKeyQuery getByKey = 1;
      Specified by:
      getGetByKey in interface QueryOrBuilder
      Returns:
      The getByKey.
    • setGetByKey

      public Query.Builder setGetByKey(GetByKeyQuery value)
       *
       Get all entities associated with a given key.
       
      .proto.GetByKeyQuery getByKey = 1;
    • setGetByKey

      public Query.Builder setGetByKey(GetByKeyQuery.Builder builderForValue)
       *
       Get all entities associated with a given key.
       
      .proto.GetByKeyQuery getByKey = 1;
    • mergeGetByKey

      public Query.Builder mergeGetByKey(GetByKeyQuery value)
       *
       Get all entities associated with a given key.
       
      .proto.GetByKeyQuery getByKey = 1;
    • clearGetByKey

      public Query.Builder clearGetByKey()
       *
       Get all entities associated with a given key.
       
      .proto.GetByKeyQuery getByKey = 1;
    • hasGetBySolidityID

      public boolean hasGetBySolidityID()
       *
       Get an Hedera identifier associated with an identifier in EVM
       "Solidity" form.<br/>
       Most often used in smart contracts to find an Hedera account,
       file, or contract identifier to pass to a system contract or
       precompile.
       
      .proto.GetBySolidityIDQuery getBySolidityID = 2;
      Specified by:
      hasGetBySolidityID in interface QueryOrBuilder
      Returns:
      Whether the getBySolidityID field is set.
    • getGetBySolidityID

      public GetBySolidityIDQuery getGetBySolidityID()
       *
       Get an Hedera identifier associated with an identifier in EVM
       "Solidity" form.<br/>
       Most often used in smart contracts to find an Hedera account,
       file, or contract identifier to pass to a system contract or
       precompile.
       
      .proto.GetBySolidityIDQuery getBySolidityID = 2;
      Specified by:
      getGetBySolidityID in interface QueryOrBuilder
      Returns:
      The getBySolidityID.
    • setGetBySolidityID

      public Query.Builder setGetBySolidityID(GetBySolidityIDQuery value)
       *
       Get an Hedera identifier associated with an identifier in EVM
       "Solidity" form.<br/>
       Most often used in smart contracts to find an Hedera account,
       file, or contract identifier to pass to a system contract or
       precompile.
       
      .proto.GetBySolidityIDQuery getBySolidityID = 2;
    • setGetBySolidityID

      public Query.Builder setGetBySolidityID(GetBySolidityIDQuery.Builder builderForValue)
       *
       Get an Hedera identifier associated with an identifier in EVM
       "Solidity" form.<br/>
       Most often used in smart contracts to find an Hedera account,
       file, or contract identifier to pass to a system contract or
       precompile.
       
      .proto.GetBySolidityIDQuery getBySolidityID = 2;
    • mergeGetBySolidityID

      public Query.Builder mergeGetBySolidityID(GetBySolidityIDQuery value)
       *
       Get an Hedera identifier associated with an identifier in EVM
       "Solidity" form.<br/>
       Most often used in smart contracts to find an Hedera account,
       file, or contract identifier to pass to a system contract or
       precompile.
       
      .proto.GetBySolidityIDQuery getBySolidityID = 2;
    • clearGetBySolidityID

      public Query.Builder clearGetBySolidityID()
       *
       Get an Hedera identifier associated with an identifier in EVM
       "Solidity" form.<br/>
       Most often used in smart contracts to find an Hedera account,
       file, or contract identifier to pass to a system contract or
       precompile.
       
      .proto.GetBySolidityIDQuery getBySolidityID = 2;
    • hasContractCallLocal

      public boolean hasContractCallLocal()
       *
       Call a function of a smart contract.<br/>
       This call is executed exclusively on the node to which it is
       submitted, and is much less expensive than a `contractCall`
       transaction.
       
      .proto.ContractCallLocalQuery contractCallLocal = 3;
      Specified by:
      hasContractCallLocal in interface QueryOrBuilder
      Returns:
      Whether the contractCallLocal field is set.
    • getContractCallLocal

      public ContractCallLocalQuery getContractCallLocal()
       *
       Call a function of a smart contract.<br/>
       This call is executed exclusively on the node to which it is
       submitted, and is much less expensive than a `contractCall`
       transaction.
       
      .proto.ContractCallLocalQuery contractCallLocal = 3;
      Specified by:
      getContractCallLocal in interface QueryOrBuilder
      Returns:
      The contractCallLocal.
    • setContractCallLocal

      public Query.Builder setContractCallLocal(ContractCallLocalQuery value)
       *
       Call a function of a smart contract.<br/>
       This call is executed exclusively on the node to which it is
       submitted, and is much less expensive than a `contractCall`
       transaction.
       
      .proto.ContractCallLocalQuery contractCallLocal = 3;
    • setContractCallLocal

      public Query.Builder setContractCallLocal(ContractCallLocalQuery.Builder builderForValue)
       *
       Call a function of a smart contract.<br/>
       This call is executed exclusively on the node to which it is
       submitted, and is much less expensive than a `contractCall`
       transaction.
       
      .proto.ContractCallLocalQuery contractCallLocal = 3;
    • mergeContractCallLocal

      public Query.Builder mergeContractCallLocal(ContractCallLocalQuery value)
       *
       Call a function of a smart contract.<br/>
       This call is executed exclusively on the node to which it is
       submitted, and is much less expensive than a `contractCall`
       transaction.
       
      .proto.ContractCallLocalQuery contractCallLocal = 3;
    • clearContractCallLocal

      public Query.Builder clearContractCallLocal()
       *
       Call a function of a smart contract.<br/>
       This call is executed exclusively on the node to which it is
       submitted, and is much less expensive than a `contractCall`
       transaction.
       
      .proto.ContractCallLocalQuery contractCallLocal = 3;
    • hasContractGetInfo

      public boolean hasContractGetInfo()
       *
       Get information about a smart contract.
       
      .proto.ContractGetInfoQuery contractGetInfo = 4;
      Specified by:
      hasContractGetInfo in interface QueryOrBuilder
      Returns:
      Whether the contractGetInfo field is set.
    • getContractGetInfo

      public ContractGetInfoQuery getContractGetInfo()
       *
       Get information about a smart contract.
       
      .proto.ContractGetInfoQuery contractGetInfo = 4;
      Specified by:
      getContractGetInfo in interface QueryOrBuilder
      Returns:
      The contractGetInfo.
    • setContractGetInfo

      public Query.Builder setContractGetInfo(ContractGetInfoQuery value)
       *
       Get information about a smart contract.
       
      .proto.ContractGetInfoQuery contractGetInfo = 4;
    • setContractGetInfo

      public Query.Builder setContractGetInfo(ContractGetInfoQuery.Builder builderForValue)
       *
       Get information about a smart contract.
       
      .proto.ContractGetInfoQuery contractGetInfo = 4;
    • mergeContractGetInfo

      public Query.Builder mergeContractGetInfo(ContractGetInfoQuery value)
       *
       Get information about a smart contract.
       
      .proto.ContractGetInfoQuery contractGetInfo = 4;
    • clearContractGetInfo

      public Query.Builder clearContractGetInfo()
       *
       Get information about a smart contract.
       
      .proto.ContractGetInfoQuery contractGetInfo = 4;
    • hasContractGetBytecode

      public boolean hasContractGetBytecode()
       *
       Get runtime bytecode used by a smart contract.
       
      .proto.ContractGetBytecodeQuery contractGetBytecode = 5;
      Specified by:
      hasContractGetBytecode in interface QueryOrBuilder
      Returns:
      Whether the contractGetBytecode field is set.
    • getContractGetBytecode

      public ContractGetBytecodeQuery getContractGetBytecode()
       *
       Get runtime bytecode used by a smart contract.
       
      .proto.ContractGetBytecodeQuery contractGetBytecode = 5;
      Specified by:
      getContractGetBytecode in interface QueryOrBuilder
      Returns:
      The contractGetBytecode.
    • setContractGetBytecode

      public Query.Builder setContractGetBytecode(ContractGetBytecodeQuery value)
       *
       Get runtime bytecode used by a smart contract.
       
      .proto.ContractGetBytecodeQuery contractGetBytecode = 5;
    • setContractGetBytecode

      public Query.Builder setContractGetBytecode(ContractGetBytecodeQuery.Builder builderForValue)
       *
       Get runtime bytecode used by a smart contract.
       
      .proto.ContractGetBytecodeQuery contractGetBytecode = 5;
    • mergeContractGetBytecode

      public Query.Builder mergeContractGetBytecode(ContractGetBytecodeQuery value)
       *
       Get runtime bytecode used by a smart contract.
       
      .proto.ContractGetBytecodeQuery contractGetBytecode = 5;
    • clearContractGetBytecode

      public Query.Builder clearContractGetBytecode()
       *
       Get runtime bytecode used by a smart contract.
       
      .proto.ContractGetBytecodeQuery contractGetBytecode = 5;
    • hasContractGetRecords

      @Deprecated public boolean hasContractGetRecords()
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get Records of a smart contract.
       
      .proto.ContractGetRecordsQuery ContractGetRecords = 6 [deprecated = true];
      Specified by:
      hasContractGetRecords in interface QueryOrBuilder
      Returns:
      Whether the contractGetRecords field is set.
    • getContractGetRecords

      @Deprecated public ContractGetRecordsQuery getContractGetRecords()
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get Records of a smart contract.
       
      .proto.ContractGetRecordsQuery ContractGetRecords = 6 [deprecated = true];
      Specified by:
      getContractGetRecords in interface QueryOrBuilder
      Returns:
      The contractGetRecords.
    • setContractGetRecords

      @Deprecated public Query.Builder setContractGetRecords(ContractGetRecordsQuery value)
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get Records of a smart contract.
       
      .proto.ContractGetRecordsQuery ContractGetRecords = 6 [deprecated = true];
    • setContractGetRecords

      @Deprecated public Query.Builder setContractGetRecords(ContractGetRecordsQuery.Builder builderForValue)
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get Records of a smart contract.
       
      .proto.ContractGetRecordsQuery ContractGetRecords = 6 [deprecated = true];
    • mergeContractGetRecords

      @Deprecated public Query.Builder mergeContractGetRecords(ContractGetRecordsQuery value)
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get Records of a smart contract.
       
      .proto.ContractGetRecordsQuery ContractGetRecords = 6 [deprecated = true];
    • clearContractGetRecords

      @Deprecated public Query.Builder clearContractGetRecords()
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get Records of a smart contract.
       
      .proto.ContractGetRecordsQuery ContractGetRecords = 6 [deprecated = true];
    • hasCryptogetAccountBalance

      public boolean hasCryptogetAccountBalance()
       *
       Get the current HBAR balance of an Hedera account or smart contract.
       
      .proto.CryptoGetAccountBalanceQuery cryptogetAccountBalance = 7;
      Specified by:
      hasCryptogetAccountBalance in interface QueryOrBuilder
      Returns:
      Whether the cryptogetAccountBalance field is set.
    • getCryptogetAccountBalance

      public CryptoGetAccountBalanceQuery getCryptogetAccountBalance()
       *
       Get the current HBAR balance of an Hedera account or smart contract.
       
      .proto.CryptoGetAccountBalanceQuery cryptogetAccountBalance = 7;
      Specified by:
      getCryptogetAccountBalance in interface QueryOrBuilder
      Returns:
      The cryptogetAccountBalance.
    • setCryptogetAccountBalance

      public Query.Builder setCryptogetAccountBalance(CryptoGetAccountBalanceQuery value)
       *
       Get the current HBAR balance of an Hedera account or smart contract.
       
      .proto.CryptoGetAccountBalanceQuery cryptogetAccountBalance = 7;
    • setCryptogetAccountBalance

      public Query.Builder setCryptogetAccountBalance(CryptoGetAccountBalanceQuery.Builder builderForValue)
       *
       Get the current HBAR balance of an Hedera account or smart contract.
       
      .proto.CryptoGetAccountBalanceQuery cryptogetAccountBalance = 7;
    • mergeCryptogetAccountBalance

      public Query.Builder mergeCryptogetAccountBalance(CryptoGetAccountBalanceQuery value)
       *
       Get the current HBAR balance of an Hedera account or smart contract.
       
      .proto.CryptoGetAccountBalanceQuery cryptogetAccountBalance = 7;
    • clearCryptogetAccountBalance

      public Query.Builder clearCryptogetAccountBalance()
       *
       Get the current HBAR balance of an Hedera account or smart contract.
       
      .proto.CryptoGetAccountBalanceQuery cryptogetAccountBalance = 7;
    • hasCryptoGetAccountRecords

      public boolean hasCryptoGetAccountRecords()
       *
       Get records of all "recent" transactions for which a specified
       account is the effective payer.
       
      .proto.CryptoGetAccountRecordsQuery cryptoGetAccountRecords = 8;
      Specified by:
      hasCryptoGetAccountRecords in interface QueryOrBuilder
      Returns:
      Whether the cryptoGetAccountRecords field is set.
    • getCryptoGetAccountRecords

      public CryptoGetAccountRecordsQuery getCryptoGetAccountRecords()
       *
       Get records of all "recent" transactions for which a specified
       account is the effective payer.
       
      .proto.CryptoGetAccountRecordsQuery cryptoGetAccountRecords = 8;
      Specified by:
      getCryptoGetAccountRecords in interface QueryOrBuilder
      Returns:
      The cryptoGetAccountRecords.
    • setCryptoGetAccountRecords

      public Query.Builder setCryptoGetAccountRecords(CryptoGetAccountRecordsQuery value)
       *
       Get records of all "recent" transactions for which a specified
       account is the effective payer.
       
      .proto.CryptoGetAccountRecordsQuery cryptoGetAccountRecords = 8;
    • setCryptoGetAccountRecords

      public Query.Builder setCryptoGetAccountRecords(CryptoGetAccountRecordsQuery.Builder builderForValue)
       *
       Get records of all "recent" transactions for which a specified
       account is the effective payer.
       
      .proto.CryptoGetAccountRecordsQuery cryptoGetAccountRecords = 8;
    • mergeCryptoGetAccountRecords

      public Query.Builder mergeCryptoGetAccountRecords(CryptoGetAccountRecordsQuery value)
       *
       Get records of all "recent" transactions for which a specified
       account is the effective payer.
       
      .proto.CryptoGetAccountRecordsQuery cryptoGetAccountRecords = 8;
    • clearCryptoGetAccountRecords

      public Query.Builder clearCryptoGetAccountRecords()
       *
       Get records of all "recent" transactions for which a specified
       account is the effective payer.
       
      .proto.CryptoGetAccountRecordsQuery cryptoGetAccountRecords = 8;
    • hasCryptoGetInfo

      public boolean hasCryptoGetInfo()
       *
       Get information about an account, including the balance.<br/>
       This does not get the list of account records.
       
      .proto.CryptoGetInfoQuery cryptoGetInfo = 9;
      Specified by:
      hasCryptoGetInfo in interface QueryOrBuilder
      Returns:
      Whether the cryptoGetInfo field is set.
    • getCryptoGetInfo

      public CryptoGetInfoQuery getCryptoGetInfo()
       *
       Get information about an account, including the balance.<br/>
       This does not get the list of account records.
       
      .proto.CryptoGetInfoQuery cryptoGetInfo = 9;
      Specified by:
      getCryptoGetInfo in interface QueryOrBuilder
      Returns:
      The cryptoGetInfo.
    • setCryptoGetInfo

      public Query.Builder setCryptoGetInfo(CryptoGetInfoQuery value)
       *
       Get information about an account, including the balance.<br/>
       This does not get the list of account records.
       
      .proto.CryptoGetInfoQuery cryptoGetInfo = 9;
    • setCryptoGetInfo

      public Query.Builder setCryptoGetInfo(CryptoGetInfoQuery.Builder builderForValue)
       *
       Get information about an account, including the balance.<br/>
       This does not get the list of account records.
       
      .proto.CryptoGetInfoQuery cryptoGetInfo = 9;
    • mergeCryptoGetInfo

      public Query.Builder mergeCryptoGetInfo(CryptoGetInfoQuery value)
       *
       Get information about an account, including the balance.<br/>
       This does not get the list of account records.
       
      .proto.CryptoGetInfoQuery cryptoGetInfo = 9;
    • clearCryptoGetInfo

      public Query.Builder clearCryptoGetInfo()
       *
       Get information about an account, including the balance.<br/>
       This does not get the list of account records.
       
      .proto.CryptoGetInfoQuery cryptoGetInfo = 9;
    • hasCryptoGetLiveHash

      @Deprecated public boolean hasCryptoGetLiveHash()
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get a single livehash from a single account, if present.
       
      .proto.CryptoGetLiveHashQuery cryptoGetLiveHash = 10 [deprecated = true];
      Specified by:
      hasCryptoGetLiveHash in interface QueryOrBuilder
      Returns:
      Whether the cryptoGetLiveHash field is set.
    • getCryptoGetLiveHash

      @Deprecated public CryptoGetLiveHashQuery getCryptoGetLiveHash()
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get a single livehash from a single account, if present.
       
      .proto.CryptoGetLiveHashQuery cryptoGetLiveHash = 10 [deprecated = true];
      Specified by:
      getCryptoGetLiveHash in interface QueryOrBuilder
      Returns:
      The cryptoGetLiveHash.
    • setCryptoGetLiveHash

      @Deprecated public Query.Builder setCryptoGetLiveHash(CryptoGetLiveHashQuery value)
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get a single livehash from a single account, if present.
       
      .proto.CryptoGetLiveHashQuery cryptoGetLiveHash = 10 [deprecated = true];
    • setCryptoGetLiveHash

      @Deprecated public Query.Builder setCryptoGetLiveHash(CryptoGetLiveHashQuery.Builder builderForValue)
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get a single livehash from a single account, if present.
       
      .proto.CryptoGetLiveHashQuery cryptoGetLiveHash = 10 [deprecated = true];
    • mergeCryptoGetLiveHash

      @Deprecated public Query.Builder mergeCryptoGetLiveHash(CryptoGetLiveHashQuery value)
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get a single livehash from a single account, if present.
       
      .proto.CryptoGetLiveHashQuery cryptoGetLiveHash = 10 [deprecated = true];
    • clearCryptoGetLiveHash

      @Deprecated public Query.Builder clearCryptoGetLiveHash()
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get a single livehash from a single account, if present.
       
      .proto.CryptoGetLiveHashQuery cryptoGetLiveHash = 10 [deprecated = true];
    • hasCryptoGetProxyStakers

      @Deprecated public boolean hasCryptoGetProxyStakers()
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get all the accounts that are proxy staking to this account.
       
      .proto.CryptoGetStakersQuery cryptoGetProxyStakers = 11 [deprecated = true];
      Specified by:
      hasCryptoGetProxyStakers in interface QueryOrBuilder
      Returns:
      Whether the cryptoGetProxyStakers field is set.
    • getCryptoGetProxyStakers

      @Deprecated public CryptoGetStakersQuery getCryptoGetProxyStakers()
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get all the accounts that are proxy staking to this account.
       
      .proto.CryptoGetStakersQuery cryptoGetProxyStakers = 11 [deprecated = true];
      Specified by:
      getCryptoGetProxyStakers in interface QueryOrBuilder
      Returns:
      The cryptoGetProxyStakers.
    • setCryptoGetProxyStakers

      @Deprecated public Query.Builder setCryptoGetProxyStakers(CryptoGetStakersQuery value)
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get all the accounts that are proxy staking to this account.
       
      .proto.CryptoGetStakersQuery cryptoGetProxyStakers = 11 [deprecated = true];
    • setCryptoGetProxyStakers

      @Deprecated public Query.Builder setCryptoGetProxyStakers(CryptoGetStakersQuery.Builder builderForValue)
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get all the accounts that are proxy staking to this account.
       
      .proto.CryptoGetStakersQuery cryptoGetProxyStakers = 11 [deprecated = true];
    • mergeCryptoGetProxyStakers

      @Deprecated public Query.Builder mergeCryptoGetProxyStakers(CryptoGetStakersQuery value)
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get all the accounts that are proxy staking to this account.
       
      .proto.CryptoGetStakersQuery cryptoGetProxyStakers = 11 [deprecated = true];
    • clearCryptoGetProxyStakers

      @Deprecated public Query.Builder clearCryptoGetProxyStakers()
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get all the accounts that are proxy staking to this account.
       
      .proto.CryptoGetStakersQuery cryptoGetProxyStakers = 11 [deprecated = true];
    • hasFileGetContents

      public boolean hasFileGetContents()
       *
       Get the content of a file.
       
      .proto.FileGetContentsQuery fileGetContents = 12;
      Specified by:
      hasFileGetContents in interface QueryOrBuilder
      Returns:
      Whether the fileGetContents field is set.
    • getFileGetContents

      public FileGetContentsQuery getFileGetContents()
       *
       Get the content of a file.
       
      .proto.FileGetContentsQuery fileGetContents = 12;
      Specified by:
      getFileGetContents in interface QueryOrBuilder
      Returns:
      The fileGetContents.
    • setFileGetContents

      public Query.Builder setFileGetContents(FileGetContentsQuery value)
       *
       Get the content of a file.
       
      .proto.FileGetContentsQuery fileGetContents = 12;
    • setFileGetContents

      public Query.Builder setFileGetContents(FileGetContentsQuery.Builder builderForValue)
       *
       Get the content of a file.
       
      .proto.FileGetContentsQuery fileGetContents = 12;
    • mergeFileGetContents

      public Query.Builder mergeFileGetContents(FileGetContentsQuery value)
       *
       Get the content of a file.
       
      .proto.FileGetContentsQuery fileGetContents = 12;
    • clearFileGetContents

      public Query.Builder clearFileGetContents()
       *
       Get the content of a file.
       
      .proto.FileGetContentsQuery fileGetContents = 12;
    • hasFileGetInfo

      public boolean hasFileGetInfo()
       *
       Get metadata for a file.
       
      .proto.FileGetInfoQuery fileGetInfo = 13;
      Specified by:
      hasFileGetInfo in interface QueryOrBuilder
      Returns:
      Whether the fileGetInfo field is set.
    • getFileGetInfo

      public FileGetInfoQuery getFileGetInfo()
       *
       Get metadata for a file.
       
      .proto.FileGetInfoQuery fileGetInfo = 13;
      Specified by:
      getFileGetInfo in interface QueryOrBuilder
      Returns:
      The fileGetInfo.
    • setFileGetInfo

      public Query.Builder setFileGetInfo(FileGetInfoQuery value)
       *
       Get metadata for a file.
       
      .proto.FileGetInfoQuery fileGetInfo = 13;
    • setFileGetInfo

      public Query.Builder setFileGetInfo(FileGetInfoQuery.Builder builderForValue)
       *
       Get metadata for a file.
       
      .proto.FileGetInfoQuery fileGetInfo = 13;
    • mergeFileGetInfo

      public Query.Builder mergeFileGetInfo(FileGetInfoQuery value)
       *
       Get metadata for a file.
       
      .proto.FileGetInfoQuery fileGetInfo = 13;
    • clearFileGetInfo

      public Query.Builder clearFileGetInfo()
       *
       Get metadata for a file.
       
      .proto.FileGetInfoQuery fileGetInfo = 13;
    • hasTransactionGetReceipt

      public boolean hasTransactionGetReceipt()
       *
       Get a receipt for a transaction.<br/>
       This only returns a receipt if the transaction is "recent", which
       is typically within the previous 180 seconds (3 minutes).
       
      .proto.TransactionGetReceiptQuery transactionGetReceipt = 14;
      Specified by:
      hasTransactionGetReceipt in interface QueryOrBuilder
      Returns:
      Whether the transactionGetReceipt field is set.
    • getTransactionGetReceipt

      public TransactionGetReceiptQuery getTransactionGetReceipt()
       *
       Get a receipt for a transaction.<br/>
       This only returns a receipt if the transaction is "recent", which
       is typically within the previous 180 seconds (3 minutes).
       
      .proto.TransactionGetReceiptQuery transactionGetReceipt = 14;
      Specified by:
      getTransactionGetReceipt in interface QueryOrBuilder
      Returns:
      The transactionGetReceipt.
    • setTransactionGetReceipt

      public Query.Builder setTransactionGetReceipt(TransactionGetReceiptQuery value)
       *
       Get a receipt for a transaction.<br/>
       This only returns a receipt if the transaction is "recent", which
       is typically within the previous 180 seconds (3 minutes).
       
      .proto.TransactionGetReceiptQuery transactionGetReceipt = 14;
    • setTransactionGetReceipt

      public Query.Builder setTransactionGetReceipt(TransactionGetReceiptQuery.Builder builderForValue)
       *
       Get a receipt for a transaction.<br/>
       This only returns a receipt if the transaction is "recent", which
       is typically within the previous 180 seconds (3 minutes).
       
      .proto.TransactionGetReceiptQuery transactionGetReceipt = 14;
    • mergeTransactionGetReceipt

      public Query.Builder mergeTransactionGetReceipt(TransactionGetReceiptQuery value)
       *
       Get a receipt for a transaction.<br/>
       This only returns a receipt if the transaction is "recent", which
       is typically within the previous 180 seconds (3 minutes).
       
      .proto.TransactionGetReceiptQuery transactionGetReceipt = 14;
    • clearTransactionGetReceipt

      public Query.Builder clearTransactionGetReceipt()
       *
       Get a receipt for a transaction.<br/>
       This only returns a receipt if the transaction is "recent", which
       is typically within the previous 180 seconds (3 minutes).
       
      .proto.TransactionGetReceiptQuery transactionGetReceipt = 14;
    • hasTransactionGetRecord

      public boolean hasTransactionGetRecord()
       *
       Get a record for a transaction.
       This only returns a record if the transaction is "available", which
       is typically within the previous 1 hour.
       
      .proto.TransactionGetRecordQuery transactionGetRecord = 15;
      Specified by:
      hasTransactionGetRecord in interface QueryOrBuilder
      Returns:
      Whether the transactionGetRecord field is set.
    • getTransactionGetRecord

      public TransactionGetRecordQuery getTransactionGetRecord()
       *
       Get a record for a transaction.
       This only returns a record if the transaction is "available", which
       is typically within the previous 1 hour.
       
      .proto.TransactionGetRecordQuery transactionGetRecord = 15;
      Specified by:
      getTransactionGetRecord in interface QueryOrBuilder
      Returns:
      The transactionGetRecord.
    • setTransactionGetRecord

      public Query.Builder setTransactionGetRecord(TransactionGetRecordQuery value)
       *
       Get a record for a transaction.
       This only returns a record if the transaction is "available", which
       is typically within the previous 1 hour.
       
      .proto.TransactionGetRecordQuery transactionGetRecord = 15;
    • setTransactionGetRecord

      public Query.Builder setTransactionGetRecord(TransactionGetRecordQuery.Builder builderForValue)
       *
       Get a record for a transaction.
       This only returns a record if the transaction is "available", which
       is typically within the previous 1 hour.
       
      .proto.TransactionGetRecordQuery transactionGetRecord = 15;
    • mergeTransactionGetRecord

      public Query.Builder mergeTransactionGetRecord(TransactionGetRecordQuery value)
       *
       Get a record for a transaction.
       This only returns a record if the transaction is "available", which
       is typically within the previous 1 hour.
       
      .proto.TransactionGetRecordQuery transactionGetRecord = 15;
    • clearTransactionGetRecord

      public Query.Builder clearTransactionGetRecord()
       *
       Get a record for a transaction.
       This only returns a record if the transaction is "available", which
       is typically within the previous 1 hour.
       
      .proto.TransactionGetRecordQuery transactionGetRecord = 15;
    • hasTransactionGetFastRecord

      public boolean hasTransactionGetFastRecord()
       *
       Get a record for a transaction.
       This only returns a record if the transaction is "recent", which
       is typically within the previous 180 seconds (3 minutes).
       
      .proto.TransactionGetFastRecordQuery transactionGetFastRecord = 16;
      Specified by:
      hasTransactionGetFastRecord in interface QueryOrBuilder
      Returns:
      Whether the transactionGetFastRecord field is set.
    • getTransactionGetFastRecord

      public TransactionGetFastRecordQuery getTransactionGetFastRecord()
       *
       Get a record for a transaction.
       This only returns a record if the transaction is "recent", which
       is typically within the previous 180 seconds (3 minutes).
       
      .proto.TransactionGetFastRecordQuery transactionGetFastRecord = 16;
      Specified by:
      getTransactionGetFastRecord in interface QueryOrBuilder
      Returns:
      The transactionGetFastRecord.
    • setTransactionGetFastRecord

      public Query.Builder setTransactionGetFastRecord(TransactionGetFastRecordQuery value)
       *
       Get a record for a transaction.
       This only returns a record if the transaction is "recent", which
       is typically within the previous 180 seconds (3 minutes).
       
      .proto.TransactionGetFastRecordQuery transactionGetFastRecord = 16;
    • setTransactionGetFastRecord

      public Query.Builder setTransactionGetFastRecord(TransactionGetFastRecordQuery.Builder builderForValue)
       *
       Get a record for a transaction.
       This only returns a record if the transaction is "recent", which
       is typically within the previous 180 seconds (3 minutes).
       
      .proto.TransactionGetFastRecordQuery transactionGetFastRecord = 16;
    • mergeTransactionGetFastRecord

      public Query.Builder mergeTransactionGetFastRecord(TransactionGetFastRecordQuery value)
       *
       Get a record for a transaction.
       This only returns a record if the transaction is "recent", which
       is typically within the previous 180 seconds (3 minutes).
       
      .proto.TransactionGetFastRecordQuery transactionGetFastRecord = 16;
    • clearTransactionGetFastRecord

      public Query.Builder clearTransactionGetFastRecord()
       *
       Get a record for a transaction.
       This only returns a record if the transaction is "recent", which
       is typically within the previous 180 seconds (3 minutes).
       
      .proto.TransactionGetFastRecordQuery transactionGetFastRecord = 16;
    • hasConsensusGetTopicInfo

      public boolean hasConsensusGetTopicInfo()
       *
       Get metadata for a consensus topic.
       
      .proto.ConsensusGetTopicInfoQuery consensusGetTopicInfo = 50;
      Specified by:
      hasConsensusGetTopicInfo in interface QueryOrBuilder
      Returns:
      Whether the consensusGetTopicInfo field is set.
    • getConsensusGetTopicInfo

      public ConsensusGetTopicInfoQuery getConsensusGetTopicInfo()
       *
       Get metadata for a consensus topic.
       
      .proto.ConsensusGetTopicInfoQuery consensusGetTopicInfo = 50;
      Specified by:
      getConsensusGetTopicInfo in interface QueryOrBuilder
      Returns:
      The consensusGetTopicInfo.
    • setConsensusGetTopicInfo

      public Query.Builder setConsensusGetTopicInfo(ConsensusGetTopicInfoQuery value)
       *
       Get metadata for a consensus topic.
       
      .proto.ConsensusGetTopicInfoQuery consensusGetTopicInfo = 50;
    • setConsensusGetTopicInfo

      public Query.Builder setConsensusGetTopicInfo(ConsensusGetTopicInfoQuery.Builder builderForValue)
       *
       Get metadata for a consensus topic.
       
      .proto.ConsensusGetTopicInfoQuery consensusGetTopicInfo = 50;
    • mergeConsensusGetTopicInfo

      public Query.Builder mergeConsensusGetTopicInfo(ConsensusGetTopicInfoQuery value)
       *
       Get metadata for a consensus topic.
       
      .proto.ConsensusGetTopicInfoQuery consensusGetTopicInfo = 50;
    • clearConsensusGetTopicInfo

      public Query.Builder clearConsensusGetTopicInfo()
       *
       Get metadata for a consensus topic.
       
      .proto.ConsensusGetTopicInfoQuery consensusGetTopicInfo = 50;
    • hasNetworkGetVersionInfo

      public boolean hasNetworkGetVersionInfo()
       *
       Get the versions of Hedera Services and the HAPI API deployed on
       the responding consensus node.
       
      .proto.NetworkGetVersionInfoQuery networkGetVersionInfo = 51;
      Specified by:
      hasNetworkGetVersionInfo in interface QueryOrBuilder
      Returns:
      Whether the networkGetVersionInfo field is set.
    • getNetworkGetVersionInfo

      public NetworkGetVersionInfoQuery getNetworkGetVersionInfo()
       *
       Get the versions of Hedera Services and the HAPI API deployed on
       the responding consensus node.
       
      .proto.NetworkGetVersionInfoQuery networkGetVersionInfo = 51;
      Specified by:
      getNetworkGetVersionInfo in interface QueryOrBuilder
      Returns:
      The networkGetVersionInfo.
    • setNetworkGetVersionInfo

      public Query.Builder setNetworkGetVersionInfo(NetworkGetVersionInfoQuery value)
       *
       Get the versions of Hedera Services and the HAPI API deployed on
       the responding consensus node.
       
      .proto.NetworkGetVersionInfoQuery networkGetVersionInfo = 51;
    • setNetworkGetVersionInfo

      public Query.Builder setNetworkGetVersionInfo(NetworkGetVersionInfoQuery.Builder builderForValue)
       *
       Get the versions of Hedera Services and the HAPI API deployed on
       the responding consensus node.
       
      .proto.NetworkGetVersionInfoQuery networkGetVersionInfo = 51;
    • mergeNetworkGetVersionInfo

      public Query.Builder mergeNetworkGetVersionInfo(NetworkGetVersionInfoQuery value)
       *
       Get the versions of Hedera Services and the HAPI API deployed on
       the responding consensus node.
       
      .proto.NetworkGetVersionInfoQuery networkGetVersionInfo = 51;
    • clearNetworkGetVersionInfo

      public Query.Builder clearNetworkGetVersionInfo()
       *
       Get the versions of Hedera Services and the HAPI API deployed on
       the responding consensus node.
       
      .proto.NetworkGetVersionInfoQuery networkGetVersionInfo = 51;
    • hasTokenGetInfo

      public boolean hasTokenGetInfo()
       *
       Get metadata for a token.
       
      .proto.TokenGetInfoQuery tokenGetInfo = 52;
      Specified by:
      hasTokenGetInfo in interface QueryOrBuilder
      Returns:
      Whether the tokenGetInfo field is set.
    • getTokenGetInfo

      public TokenGetInfoQuery getTokenGetInfo()
       *
       Get metadata for a token.
       
      .proto.TokenGetInfoQuery tokenGetInfo = 52;
      Specified by:
      getTokenGetInfo in interface QueryOrBuilder
      Returns:
      The tokenGetInfo.
    • setTokenGetInfo

      public Query.Builder setTokenGetInfo(TokenGetInfoQuery value)
       *
       Get metadata for a token.
       
      .proto.TokenGetInfoQuery tokenGetInfo = 52;
    • setTokenGetInfo

      public Query.Builder setTokenGetInfo(TokenGetInfoQuery.Builder builderForValue)
       *
       Get metadata for a token.
       
      .proto.TokenGetInfoQuery tokenGetInfo = 52;
    • mergeTokenGetInfo

      public Query.Builder mergeTokenGetInfo(TokenGetInfoQuery value)
       *
       Get metadata for a token.
       
      .proto.TokenGetInfoQuery tokenGetInfo = 52;
    • clearTokenGetInfo

      public Query.Builder clearTokenGetInfo()
       *
       Get metadata for a token.
       
      .proto.TokenGetInfoQuery tokenGetInfo = 52;
    • hasScheduleGetInfo

      public boolean hasScheduleGetInfo()
       *
       Get metadata for a schedule.<br/>
       A schedule is a request to execute a transaction at a future
       time.
       
      .proto.ScheduleGetInfoQuery scheduleGetInfo = 53;
      Specified by:
      hasScheduleGetInfo in interface QueryOrBuilder
      Returns:
      Whether the scheduleGetInfo field is set.
    • getScheduleGetInfo

      public ScheduleGetInfoQuery getScheduleGetInfo()
       *
       Get metadata for a schedule.<br/>
       A schedule is a request to execute a transaction at a future
       time.
       
      .proto.ScheduleGetInfoQuery scheduleGetInfo = 53;
      Specified by:
      getScheduleGetInfo in interface QueryOrBuilder
      Returns:
      The scheduleGetInfo.
    • setScheduleGetInfo

      public Query.Builder setScheduleGetInfo(ScheduleGetInfoQuery value)
       *
       Get metadata for a schedule.<br/>
       A schedule is a request to execute a transaction at a future
       time.
       
      .proto.ScheduleGetInfoQuery scheduleGetInfo = 53;
    • setScheduleGetInfo

      public Query.Builder setScheduleGetInfo(ScheduleGetInfoQuery.Builder builderForValue)
       *
       Get metadata for a schedule.<br/>
       A schedule is a request to execute a transaction at a future
       time.
       
      .proto.ScheduleGetInfoQuery scheduleGetInfo = 53;
    • mergeScheduleGetInfo

      public Query.Builder mergeScheduleGetInfo(ScheduleGetInfoQuery value)
       *
       Get metadata for a schedule.<br/>
       A schedule is a request to execute a transaction at a future
       time.
       
      .proto.ScheduleGetInfoQuery scheduleGetInfo = 53;
    • clearScheduleGetInfo

      public Query.Builder clearScheduleGetInfo()
       *
       Get metadata for a schedule.<br/>
       A schedule is a request to execute a transaction at a future
       time.
       
      .proto.ScheduleGetInfoQuery scheduleGetInfo = 53;
    • hasTokenGetAccountNftInfos

      @Deprecated public boolean hasTokenGetAccountNftInfos()
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get a list of non-fungible/unique tokens associated with an account.
       
      .proto.TokenGetAccountNftInfosQuery tokenGetAccountNftInfos = 54 [deprecated = true];
      Specified by:
      hasTokenGetAccountNftInfos in interface QueryOrBuilder
      Returns:
      Whether the tokenGetAccountNftInfos field is set.
    • getTokenGetAccountNftInfos

      @Deprecated public TokenGetAccountNftInfosQuery getTokenGetAccountNftInfos()
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get a list of non-fungible/unique tokens associated with an account.
       
      .proto.TokenGetAccountNftInfosQuery tokenGetAccountNftInfos = 54 [deprecated = true];
      Specified by:
      getTokenGetAccountNftInfos in interface QueryOrBuilder
      Returns:
      The tokenGetAccountNftInfos.
    • setTokenGetAccountNftInfos

      @Deprecated public Query.Builder setTokenGetAccountNftInfos(TokenGetAccountNftInfosQuery value)
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get a list of non-fungible/unique tokens associated with an account.
       
      .proto.TokenGetAccountNftInfosQuery tokenGetAccountNftInfos = 54 [deprecated = true];
    • setTokenGetAccountNftInfos

      @Deprecated public Query.Builder setTokenGetAccountNftInfos(TokenGetAccountNftInfosQuery.Builder builderForValue)
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get a list of non-fungible/unique tokens associated with an account.
       
      .proto.TokenGetAccountNftInfosQuery tokenGetAccountNftInfos = 54 [deprecated = true];
    • mergeTokenGetAccountNftInfos

      @Deprecated public Query.Builder mergeTokenGetAccountNftInfos(TokenGetAccountNftInfosQuery value)
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get a list of non-fungible/unique tokens associated with an account.
       
      .proto.TokenGetAccountNftInfosQuery tokenGetAccountNftInfos = 54 [deprecated = true];
    • clearTokenGetAccountNftInfos

      @Deprecated public Query.Builder clearTokenGetAccountNftInfos()
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get a list of non-fungible/unique tokens associated with an account.
       
      .proto.TokenGetAccountNftInfosQuery tokenGetAccountNftInfos = 54 [deprecated = true];
    • hasTokenGetNftInfo

      public boolean hasTokenGetNftInfo()
       *
       Get metadata for a specific, serial numbered, non-fungible/unique
       token (NFT).
       
      .proto.TokenGetNftInfoQuery tokenGetNftInfo = 55;
      Specified by:
      hasTokenGetNftInfo in interface QueryOrBuilder
      Returns:
      Whether the tokenGetNftInfo field is set.
    • getTokenGetNftInfo

      public TokenGetNftInfoQuery getTokenGetNftInfo()
       *
       Get metadata for a specific, serial numbered, non-fungible/unique
       token (NFT).
       
      .proto.TokenGetNftInfoQuery tokenGetNftInfo = 55;
      Specified by:
      getTokenGetNftInfo in interface QueryOrBuilder
      Returns:
      The tokenGetNftInfo.
    • setTokenGetNftInfo

      public Query.Builder setTokenGetNftInfo(TokenGetNftInfoQuery value)
       *
       Get metadata for a specific, serial numbered, non-fungible/unique
       token (NFT).
       
      .proto.TokenGetNftInfoQuery tokenGetNftInfo = 55;
    • setTokenGetNftInfo

      public Query.Builder setTokenGetNftInfo(TokenGetNftInfoQuery.Builder builderForValue)
       *
       Get metadata for a specific, serial numbered, non-fungible/unique
       token (NFT).
       
      .proto.TokenGetNftInfoQuery tokenGetNftInfo = 55;
    • mergeTokenGetNftInfo

      public Query.Builder mergeTokenGetNftInfo(TokenGetNftInfoQuery value)
       *
       Get metadata for a specific, serial numbered, non-fungible/unique
       token (NFT).
       
      .proto.TokenGetNftInfoQuery tokenGetNftInfo = 55;
    • clearTokenGetNftInfo

      public Query.Builder clearTokenGetNftInfo()
       *
       Get metadata for a specific, serial numbered, non-fungible/unique
       token (NFT).
       
      .proto.TokenGetNftInfoQuery tokenGetNftInfo = 55;
    • hasTokenGetNftInfos

      @Deprecated public boolean hasTokenGetNftInfos()
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get metadata for all non-fungible/unique tokens (NFTs) of a single
       type within a range of indices (0-based count of minted tokens).
       
      .proto.TokenGetNftInfosQuery tokenGetNftInfos = 56 [deprecated = true];
      Specified by:
      hasTokenGetNftInfos in interface QueryOrBuilder
      Returns:
      Whether the tokenGetNftInfos field is set.
    • getTokenGetNftInfos

      @Deprecated public TokenGetNftInfosQuery getTokenGetNftInfos()
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get metadata for all non-fungible/unique tokens (NFTs) of a single
       type within a range of indices (0-based count of minted tokens).
       
      .proto.TokenGetNftInfosQuery tokenGetNftInfos = 56 [deprecated = true];
      Specified by:
      getTokenGetNftInfos in interface QueryOrBuilder
      Returns:
      The tokenGetNftInfos.
    • setTokenGetNftInfos

      @Deprecated public Query.Builder setTokenGetNftInfos(TokenGetNftInfosQuery value)
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get metadata for all non-fungible/unique tokens (NFTs) of a single
       type within a range of indices (0-based count of minted tokens).
       
      .proto.TokenGetNftInfosQuery tokenGetNftInfos = 56 [deprecated = true];
    • setTokenGetNftInfos

      @Deprecated public Query.Builder setTokenGetNftInfos(TokenGetNftInfosQuery.Builder builderForValue)
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get metadata for all non-fungible/unique tokens (NFTs) of a single
       type within a range of indices (0-based count of minted tokens).
       
      .proto.TokenGetNftInfosQuery tokenGetNftInfos = 56 [deprecated = true];
    • mergeTokenGetNftInfos

      @Deprecated public Query.Builder mergeTokenGetNftInfos(TokenGetNftInfosQuery value)
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get metadata for all non-fungible/unique tokens (NFTs) of a single
       type within a range of indices (0-based count of minted tokens).
       
      .proto.TokenGetNftInfosQuery tokenGetNftInfos = 56 [deprecated = true];
    • clearTokenGetNftInfos

      @Deprecated public Query.Builder clearTokenGetNftInfos()
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get metadata for all non-fungible/unique tokens (NFTs) of a single
       type within a range of indices (0-based count of minted tokens).
       
      .proto.TokenGetNftInfosQuery tokenGetNftInfos = 56 [deprecated = true];
    • hasNetworkGetExecutionTime

      @Deprecated public boolean hasNetworkGetExecutionTime()
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get the execution time for a recent transaction.
       
      .proto.NetworkGetExecutionTimeQuery networkGetExecutionTime = 57 [deprecated = true];
      Specified by:
      hasNetworkGetExecutionTime in interface QueryOrBuilder
      Returns:
      Whether the networkGetExecutionTime field is set.
    • getNetworkGetExecutionTime

      @Deprecated public NetworkGetExecutionTimeQuery getNetworkGetExecutionTime()
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get the execution time for a recent transaction.
       
      .proto.NetworkGetExecutionTimeQuery networkGetExecutionTime = 57 [deprecated = true];
      Specified by:
      getNetworkGetExecutionTime in interface QueryOrBuilder
      Returns:
      The networkGetExecutionTime.
    • setNetworkGetExecutionTime

      @Deprecated public Query.Builder setNetworkGetExecutionTime(NetworkGetExecutionTimeQuery value)
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get the execution time for a recent transaction.
       
      .proto.NetworkGetExecutionTimeQuery networkGetExecutionTime = 57 [deprecated = true];
    • setNetworkGetExecutionTime

      @Deprecated public Query.Builder setNetworkGetExecutionTime(NetworkGetExecutionTimeQuery.Builder builderForValue)
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get the execution time for a recent transaction.
       
      .proto.NetworkGetExecutionTimeQuery networkGetExecutionTime = 57 [deprecated = true];
    • mergeNetworkGetExecutionTime

      @Deprecated public Query.Builder mergeNetworkGetExecutionTime(NetworkGetExecutionTimeQuery value)
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get the execution time for a recent transaction.
       
      .proto.NetworkGetExecutionTimeQuery networkGetExecutionTime = 57 [deprecated = true];
    • clearNetworkGetExecutionTime

      @Deprecated public Query.Builder clearNetworkGetExecutionTime()
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get the execution time for a recent transaction.
       
      .proto.NetworkGetExecutionTimeQuery networkGetExecutionTime = 57 [deprecated = true];
    • hasAccountDetails

      public boolean hasAccountDetails()
       *
       Get detail metadata for an account.
       
      .proto.GetAccountDetailsQuery accountDetails = 58;
      Specified by:
      hasAccountDetails in interface QueryOrBuilder
      Returns:
      Whether the accountDetails field is set.
    • getAccountDetails

      public GetAccountDetailsQuery getAccountDetails()
       *
       Get detail metadata for an account.
       
      .proto.GetAccountDetailsQuery accountDetails = 58;
      Specified by:
      getAccountDetails in interface QueryOrBuilder
      Returns:
      The accountDetails.
    • setAccountDetails

      public Query.Builder setAccountDetails(GetAccountDetailsQuery value)
       *
       Get detail metadata for an account.
       
      .proto.GetAccountDetailsQuery accountDetails = 58;
    • setAccountDetails

      public Query.Builder setAccountDetails(GetAccountDetailsQuery.Builder builderForValue)
       *
       Get detail metadata for an account.
       
      .proto.GetAccountDetailsQuery accountDetails = 58;
    • mergeAccountDetails

      public Query.Builder mergeAccountDetails(GetAccountDetailsQuery value)
       *
       Get detail metadata for an account.
       
      .proto.GetAccountDetailsQuery accountDetails = 58;
    • clearAccountDetails

      public Query.Builder clearAccountDetails()
       *
       Get detail metadata for an account.
       
      .proto.GetAccountDetailsQuery accountDetails = 58;