Interface CityReputationHuntInfoOuterClass.CityReputationHuntInfoOrBuilder

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

public static interface CityReputationHuntInfoOuterClass.CityReputationHuntInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 cur_week_finish_num = 1;
    boolean
    bool has_reward = 15;
    boolean
    bool is_open = 7;

    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

    • getCurWeekFinishNum

      int getCurWeekFinishNum()
      uint32 cur_week_finish_num = 1;
      Returns:
      The curWeekFinishNum.
    • getIsOpen

      boolean getIsOpen()
      bool is_open = 7;
      Returns:
      The isOpen.
    • getHasReward

      boolean getHasReward()
      bool has_reward = 15;
      Returns:
      The hasReward.