Interface QueryCodexMonsterBeKilledNumReqOuterClass.QueryCodexMonsterBeKilledNumReqOrBuilder

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

public static interface QueryCodexMonsterBeKilledNumReqOuterClass.QueryCodexMonsterBeKilledNumReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getCodexIdList(int index)
    repeated uint32 codex_id_list = 13;
    int
    repeated uint32 codex_id_list = 13;
    repeated uint32 codex_id_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

    • getCodexIdListList

      List<Integer> getCodexIdListList()
      repeated uint32 codex_id_list = 13;
      Returns:
      A list containing the codexIdList.
    • getCodexIdListCount

      int getCodexIdListCount()
      repeated uint32 codex_id_list = 13;
      Returns:
      The count of codexIdList.
    • getCodexIdList

      int getCodexIdList(int index)
      repeated uint32 codex_id_list = 13;
      Parameters:
      index - The index of the element to return.
      Returns:
      The codexIdList at the given index.