Interface ApplicationCollectionOrBuilder

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

public interface ApplicationCollectionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getRecords(int index)
    repeated .ApplicationRecord records = 2;
    int
    repeated .ApplicationRecord records = 2;
    repeated .ApplicationRecord records = 2;
    repeated .ApplicationRecord records = 2;
    repeated .ApplicationRecord records = 2;
    int
    optional int32 seq = 1;
    boolean
    optional int32 seq = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasSeq

      boolean hasSeq()
      optional int32 seq = 1;
      Returns:
      Whether the seq field is set.
    • getSeq

      int getSeq()
      optional int32 seq = 1;
      Returns:
      The seq.
    • getRecordsList

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

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

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

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

      ApplicationRecordOrBuilder getRecordsOrBuilder(int index)
      repeated .ApplicationRecord records = 2;