Interface ReunionWatcherInfoOuterClass.ReunionWatcherInfoOrBuilder

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

public static interface ReunionWatcherInfoOuterClass.ReunionWatcherInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 cur_progress = 10;
    boolean
    bool is_taken_reward = 12;
    int
    uint32 reward_unlock_time = 1;
    int
    uint32 total_progress = 4;
    int
    uint32 watcher_id = 9;

    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

    • getTotalProgress

      int getTotalProgress()
      uint32 total_progress = 4;
      Returns:
      The totalProgress.
    • getRewardUnlockTime

      int getRewardUnlockTime()
      uint32 reward_unlock_time = 1;
      Returns:
      The rewardUnlockTime.
    • getWatcherId

      int getWatcherId()
      uint32 watcher_id = 9;
      Returns:
      The watcherId.
    • getIsTakenReward

      boolean getIsTakenReward()
      bool is_taken_reward = 12;
      Returns:
      The isTakenReward.
    • getCurProgress

      int getCurProgress()
      uint32 cur_progress = 10;
      Returns:
      The curProgress.