Interface CheckGroupReplacedRspOuterClass.CheckGroupReplacedRspOrBuilder

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

public static interface CheckGroupReplacedRspOuterClass.CheckGroupReplacedRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    repeated uint32 replaced_group_id_list = 10;
    int
    repeated uint32 replaced_group_id_list = 10;
    repeated uint32 replaced_group_id_list = 10;
    int
    int32 retcode = 14;

    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

    • getRetcode

      int getRetcode()
      int32 retcode = 14;
      Returns:
      The retcode.
    • getReplacedGroupIdListList

      List<Integer> getReplacedGroupIdListList()
      repeated uint32 replaced_group_id_list = 10;
      Returns:
      A list containing the replacedGroupIdList.
    • getReplacedGroupIdListCount

      int getReplacedGroupIdListCount()
      repeated uint32 replaced_group_id_list = 10;
      Returns:
      The count of replacedGroupIdList.
    • getReplacedGroupIdList

      int getReplacedGroupIdList(int index)
      repeated uint32 replaced_group_id_list = 10;
      Parameters:
      index - The index of the element to return.
      Returns:
      The replacedGroupIdList at the given index.