Interface QueryCodexMonsterBeKilledNumRspOuterClass.QueryCodexMonsterBeKilledNumRspOrBuilder

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

public static interface QueryCodexMonsterBeKilledNumRspOuterClass.QueryCodexMonsterBeKilledNumRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    repeated uint32 be_captured_num_list = 5;
    int
    repeated uint32 be_captured_num_list = 5;
    repeated uint32 be_captured_num_list = 5;
    int
    getBeKilledNumList(int index)
    repeated uint32 be_killed_num_list = 11;
    int
    repeated uint32 be_killed_num_list = 11;
    repeated uint32 be_killed_num_list = 11;
    int
    getCodexIdList(int index)
    repeated uint32 codex_id_list = 10;
    int
    repeated uint32 codex_id_list = 10;
    repeated uint32 codex_id_list = 10;
    int
    int32 retcode = 2;

    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

    • getBeKilledNumListList

      List<Integer> getBeKilledNumListList()
      repeated uint32 be_killed_num_list = 11;
      Returns:
      A list containing the beKilledNumList.
    • getBeKilledNumListCount

      int getBeKilledNumListCount()
      repeated uint32 be_killed_num_list = 11;
      Returns:
      The count of beKilledNumList.
    • getBeKilledNumList

      int getBeKilledNumList(int index)
      repeated uint32 be_killed_num_list = 11;
      Parameters:
      index - The index of the element to return.
      Returns:
      The beKilledNumList at the given index.
    • getBeCapturedNumListList

      List<Integer> getBeCapturedNumListList()
      repeated uint32 be_captured_num_list = 5;
      Returns:
      A list containing the beCapturedNumList.
    • getBeCapturedNumListCount

      int getBeCapturedNumListCount()
      repeated uint32 be_captured_num_list = 5;
      Returns:
      The count of beCapturedNumList.
    • getBeCapturedNumList

      int getBeCapturedNumList(int index)
      repeated uint32 be_captured_num_list = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The beCapturedNumList at the given index.
    • getRetcode

      int getRetcode()
      int32 retcode = 2;
      Returns:
      The retcode.
    • getCodexIdListList

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

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

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