Interface GetAccountDetailsResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    * Details of the account.
    * The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
    boolean
    * Details of the account.
    boolean
    * The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasHeader

      boolean hasHeader()
       *
       The standard response information for queries.<br/>
       This includes the values requested in the `QueryHeader`
       (cost, state proof, both, or neither).
       
      .proto.ResponseHeader header = 1;
      Returns:
      Whether the header field is set.
    • getHeader

      ResponseHeader getHeader()
       *
       The standard response information for queries.<br/>
       This includes the values requested in the `QueryHeader`
       (cost, state proof, both, or neither).
       
      .proto.ResponseHeader header = 1;
      Returns:
      The header.
    • hasAccountDetails

      boolean hasAccountDetails()
       *
       Details of the account.
       <p>
       A state proof MAY be generated for this field.
       
      .proto.GetAccountDetailsResponse.AccountDetails account_details = 2;
      Returns:
      Whether the accountDetails field is set.
    • getAccountDetails

       *
       Details of the account.
       <p>
       A state proof MAY be generated for this field.
       
      .proto.GetAccountDetailsResponse.AccountDetails account_details = 2;
      Returns:
      The accountDetails.