Interface GroupCollectionOrBuilder

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

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

      • hasSeq

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

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

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

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

        int getRecordsCount()
        repeated .GroupRecord records = 2;
      • getRecordsOrBuilderList

        List<? extends GroupRecordOrBuilder> getRecordsOrBuilderList()
        repeated .GroupRecord records = 2;
      • getRecordsOrBuilder

        GroupRecordOrBuilder getRecordsOrBuilder​(int index)
        repeated .GroupRecord records = 2;