Interface HideAndSeekChooseMapRspOuterClass.HideAndSeekChooseMapRspOrBuilder

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

public static interface HideAndSeekChooseMapRspOuterClass.HideAndSeekChooseMapRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getMapList(int index)
    repeated uint32 map_list = 11;
    int
    repeated uint32 map_list = 11;
    repeated uint32 map_list = 11;
    int
    int32 retcode = 15;

    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

    • getMapListList

      List<Integer> getMapListList()
      repeated uint32 map_list = 11;
      Returns:
      A list containing the mapList.
    • getMapListCount

      int getMapListCount()
      repeated uint32 map_list = 11;
      Returns:
      The count of mapList.
    • getMapList

      int getMapList(int index)
      repeated uint32 map_list = 11;
      Parameters:
      index - The index of the element to return.
      Returns:
      The mapList at the given index.
    • getRetcode

      int getRetcode()
      int32 retcode = 15;
      Returns:
      The retcode.