Interface CheckGroupReplacedReqOuterClass.CheckGroupReplacedReqOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CheckGroupReplacedReqOuterClass.CheckGroupReplacedReq, CheckGroupReplacedReqOuterClass.CheckGroupReplacedReq.Builder
Enclosing class:
CheckGroupReplacedReqOuterClass

public static interface CheckGroupReplacedReqOuterClass.CheckGroupReplacedReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getGroupIdList(int index)
    repeated uint32 group_id_list = 7;
    int
    repeated uint32 group_id_list = 7;
    repeated uint32 group_id_list = 7;

    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

    • getGroupIdListList

      List<Integer> getGroupIdListList()
      repeated uint32 group_id_list = 7;
      Returns:
      A list containing the groupIdList.
    • getGroupIdListCount

      int getGroupIdListCount()
      repeated uint32 group_id_list = 7;
      Returns:
      The count of groupIdList.
    • getGroupIdList

      int getGroupIdList(int index)
      repeated uint32 group_id_list = 7;
      Parameters:
      index - The index of the element to return.
      Returns:
      The groupIdList at the given index.