Interface GetInvestigationMonsterReqOuterClass.GetInvestigationMonsterReqOrBuilder

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

public static interface GetInvestigationMonsterReqOuterClass.GetInvestigationMonsterReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getCityIdList(int index)
    repeated uint32 city_id_list = 6;
    int
    repeated uint32 city_id_list = 6;
    repeated uint32 city_id_list = 6;
    boolean
    bool is_for_mark = 9;

    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

    • getIsForMark

      boolean getIsForMark()
      bool is_for_mark = 9;
      Returns:
      The isForMark.
    • getCityIdListList

      List<Integer> getCityIdListList()
      repeated uint32 city_id_list = 6;
      Returns:
      A list containing the cityIdList.
    • getCityIdListCount

      int getCityIdListCount()
      repeated uint32 city_id_list = 6;
      Returns:
      The count of cityIdList.
    • getCityIdList

      int getCityIdList(int index)
      repeated uint32 city_id_list = 6;
      Parameters:
      index - The index of the element to return.
      Returns:
      The cityIdList at the given index.