Interface TakeBattlePassMissionPointRspOuterClass.TakeBattlePassMissionPointRspOrBuilder

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

public static interface TakeBattlePassMissionPointRspOuterClass.TakeBattlePassMissionPointRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getMissionIdList(int index)
    repeated uint32 mission_id_list = 3;
    int
    repeated uint32 mission_id_list = 3;
    repeated uint32 mission_id_list = 3;
    int
    int32 retcode = 1;

    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 = 1;
      Returns:
      The retcode.
    • getMissionIdListList

      List<Integer> getMissionIdListList()
      repeated uint32 mission_id_list = 3;
      Returns:
      A list containing the missionIdList.
    • getMissionIdListCount

      int getMissionIdListCount()
      repeated uint32 mission_id_list = 3;
      Returns:
      The count of missionIdList.
    • getMissionIdList

      int getMissionIdList(int index)
      repeated uint32 mission_id_list = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The missionIdList at the given index.