Interface TreasureMapHostInfoNotifyOuterClass.TreasureMapHostInfoNotifyOrBuilder

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

public static interface TreasureMapHostInfoNotifyOuterClass.TreasureMapHostInfoNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    repeated uint32 mp_challenge_region_list = 1;
    int
    repeated uint32 mp_challenge_region_list = 1;
    repeated uint32 mp_challenge_region_list = 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

    • getMpChallengeRegionListList

      List<Integer> getMpChallengeRegionListList()
      repeated uint32 mp_challenge_region_list = 1;
      Returns:
      A list containing the mpChallengeRegionList.
    • getMpChallengeRegionListCount

      int getMpChallengeRegionListCount()
      repeated uint32 mp_challenge_region_list = 1;
      Returns:
      The count of mpChallengeRegionList.
    • getMpChallengeRegionList

      int getMpChallengeRegionList(int index)
      repeated uint32 mp_challenge_region_list = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The mpChallengeRegionList at the given index.