Interface BattlePassMissionDelNotifyOuterClass.BattlePassMissionDelNotifyOrBuilder

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

public static interface BattlePassMissionDelNotifyOuterClass.BattlePassMissionDelNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    repeated uint32 del_mission_id_list = 14;
    int
    repeated uint32 del_mission_id_list = 14;
    repeated uint32 del_mission_id_list = 14;

    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

    • getDelMissionIdListList

      List<Integer> getDelMissionIdListList()
      repeated uint32 del_mission_id_list = 14;
      Returns:
      A list containing the delMissionIdList.
    • getDelMissionIdListCount

      int getDelMissionIdListCount()
      repeated uint32 del_mission_id_list = 14;
      Returns:
      The count of delMissionIdList.
    • getDelMissionIdList

      int getDelMissionIdList(int index)
      repeated uint32 del_mission_id_list = 14;
      Parameters:
      index - The index of the element to return.
      Returns:
      The delMissionIdList at the given index.