Interface GroupUnloadNotifyOuterClass.GroupUnloadNotifyOrBuilder

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

public static interface GroupUnloadNotifyOuterClass.GroupUnloadNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getGroupList(int index)
    repeated uint32 group_list = 13;
    int
    repeated uint32 group_list = 13;
    repeated uint32 group_list = 13;

    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

    • getGroupListList

      List<Integer> getGroupListList()
      repeated uint32 group_list = 13;
      Returns:
      A list containing the groupList.
    • getGroupListCount

      int getGroupListCount()
      repeated uint32 group_list = 13;
      Returns:
      The count of groupList.
    • getGroupList

      int getGroupList(int index)
      repeated uint32 group_list = 13;
      Parameters:
      index - The index of the element to return.
      Returns:
      The groupList at the given index.