Interface CityReputationExploreInfoOuterClass.CityReputationExploreInfoOrBuilder

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

public static interface CityReputationExploreInfoOuterClass.CityReputationExploreInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 explore_percent = 1;
    boolean
    bool is_open = 13;
    int
    repeated uint32 taken_explore_reward_list = 15;
    int
    repeated uint32 taken_explore_reward_list = 15;
    repeated uint32 taken_explore_reward_list = 15;

    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

    • getExplorePercent

      int getExplorePercent()
      uint32 explore_percent = 1;
      Returns:
      The explorePercent.
    • getTakenExploreRewardListList

      List<Integer> getTakenExploreRewardListList()
      repeated uint32 taken_explore_reward_list = 15;
      Returns:
      A list containing the takenExploreRewardList.
    • getTakenExploreRewardListCount

      int getTakenExploreRewardListCount()
      repeated uint32 taken_explore_reward_list = 15;
      Returns:
      The count of takenExploreRewardList.
    • getTakenExploreRewardList

      int getTakenExploreRewardList(int index)
      repeated uint32 taken_explore_reward_list = 15;
      Parameters:
      index - The index of the element to return.
      Returns:
      The takenExploreRewardList at the given index.
    • getIsOpen

      boolean getIsOpen()
      bool is_open = 13;
      Returns:
      The isOpen.