Interface GetAccountDetailsQueryOrBuilder

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

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

    Modifier and Type
    Method
    Description
    * An account ID for which information is requested <p> This value SHALL identify the account to be queried.<br/> This value MUST identify a valid account.<br/> This field is REQUIRED.
    * Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
    boolean
    * An account ID for which information is requested <p> This value SHALL identify the account to be queried.<br/> This value MUST identify a valid account.<br/> This field is REQUIRED.
    boolean
    * Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasHeader

      boolean hasHeader()
       *
       Standard information sent with every query operation.<br/>
       This includes the signed payment and what kind of response is requested
       (cost, state proof, both, or neither).
       
      .proto.QueryHeader header = 1;
      Returns:
      Whether the header field is set.
    • getHeader

      QueryHeader getHeader()
       *
       Standard information sent with every query operation.<br/>
       This includes the signed payment and what kind of response is requested
       (cost, state proof, both, or neither).
       
      .proto.QueryHeader header = 1;
      Returns:
      The header.
    • hasAccountId

      boolean hasAccountId()
       *
       An account ID for which information is requested
       <p>
       This value SHALL identify the account to be queried.<br/>
       This value MUST identify a valid account.<br/>
       This field is REQUIRED.
       
      .proto.AccountID account_id = 2;
      Returns:
      Whether the accountId field is set.
    • getAccountId

      AccountID getAccountId()
       *
       An account ID for which information is requested
       <p>
       This value SHALL identify the account to be queried.<br/>
       This value MUST identify a valid account.<br/>
       This field is REQUIRED.
       
      .proto.AccountID account_id = 2;
      Returns:
      The accountId.