Interface AccountCollectionOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    AccountCollection, AccountCollection.Builder

    public interface AccountCollectionOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasSeq

        boolean hasSeq()
        optional int32 seq = 1;
      • getSeq

        int getSeq()
        optional int32 seq = 1;
      • getRecordsList

        List<AccountRecord> getRecordsList()
        repeated .AccountRecord records = 2;
      • getRecords

        AccountRecord getRecords​(int index)
        repeated .AccountRecord records = 2;
      • getRecordsCount

        int getRecordsCount()
        repeated .AccountRecord records = 2;
      • getRecordsOrBuilder

        AccountRecordOrBuilder getRecordsOrBuilder​(int index)
        repeated .AccountRecord records = 2;