Interface CryptoGetAccountRecordsResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    * An account identifier.<br/> This identifies the account used when filtering the transaction record lists.
    * The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
    getRecords(int index)
    * A list of records.
    int
    * A list of records.
    * A list of records.
    boolean
    * An account identifier.<br/> This identifies the account used when filtering the transaction record lists.
    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.
    • hasAccountID

      boolean hasAccountID()
       *
       An account identifier.<br/>
       This identifies the account used when filtering the
       transaction record lists.
       <p>
       This field SHALL match the requested account identifier.
       
      .proto.AccountID accountID = 2;
      Returns:
      Whether the accountID field is set.
    • getAccountID

      AccountID getAccountID()
       *
       An account identifier.<br/>
       This identifies the account used when filtering the
       transaction record lists.
       <p>
       This field SHALL match the requested account identifier.
       
      .proto.AccountID accountID = 2;
      Returns:
      The accountID.
    • getRecordsList

      List<TransactionRecord> getRecordsList()
       *
       A list of records.
       <p>
       This list SHALL contain all available and "recent" records in which
       the account identified in the `accountID` field acted as effective payer.
       
      repeated .proto.TransactionRecord records = 3;
    • getRecords

      TransactionRecord getRecords(int index)
       *
       A list of records.
       <p>
       This list SHALL contain all available and "recent" records in which
       the account identified in the `accountID` field acted as effective payer.
       
      repeated .proto.TransactionRecord records = 3;
    • getRecordsCount

      int getRecordsCount()
       *
       A list of records.
       <p>
       This list SHALL contain all available and "recent" records in which
       the account identified in the `accountID` field acted as effective payer.
       
      repeated .proto.TransactionRecord records = 3;