Interface TreasureMapBonusChallengeInfoOuterClass.TreasureMapBonusChallengeInfoOrBuilder

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

public static interface TreasureMapBonusChallengeInfoOuterClass.TreasureMapBonusChallengeInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    map<uint32, bool> fragment_map = 14;
    int
    uint32 config_id = 1;
    Deprecated.
    int
    map<uint32, bool> fragment_map = 14;
    map<uint32, bool> fragment_map = 14;
    boolean
    getFragmentMapOrDefault(int key, boolean defaultValue)
    map<uint32, bool> fragment_map = 14;
    boolean
    map<uint32, bool> fragment_map = 14;
    boolean
    bool is_active = 3;
    boolean
    bool is_done = 15;
    int
    uint32 solution_id = 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

    • getSolutionId

      int getSolutionId()
      uint32 solution_id = 2;
      Returns:
      The solutionId.
    • getFragmentMapCount

      int getFragmentMapCount()
      map<uint32, bool> fragment_map = 14;
    • containsFragmentMap

      boolean containsFragmentMap(int key)
      map<uint32, bool> fragment_map = 14;
    • getFragmentMap

      @Deprecated Map<Integer,Boolean> getFragmentMap()
      Deprecated.
      Use getFragmentMapMap() instead.
    • getFragmentMapMap

      Map<Integer,Boolean> getFragmentMapMap()
      map<uint32, bool> fragment_map = 14;
    • getFragmentMapOrDefault

      boolean getFragmentMapOrDefault(int key, boolean defaultValue)
      map<uint32, bool> fragment_map = 14;
    • getFragmentMapOrThrow

      boolean getFragmentMapOrThrow(int key)
      map<uint32, bool> fragment_map = 14;
    • getIsDone

      boolean getIsDone()
      bool is_done = 15;
      Returns:
      The isDone.
    • getIsActive

      boolean getIsActive()
      bool is_active = 3;
      Returns:
      The isActive.
    • getConfigId

      int getConfigId()
      uint32 config_id = 1;
      Returns:
      The configId.