Interface ActivityWatcherInfoOuterClass.ActivityWatcherInfoOrBuilder

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

public static interface ActivityWatcherInfoOuterClass.ActivityWatcherInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 cur_progress = 1;
    boolean
    bool is_taken_reward = 12;
    int
    uint32 total_progress = 13;
    int
    uint32 watcher_id = 14;

    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

    • getWatcherId

      int getWatcherId()
      uint32 watcher_id = 14;
      Returns:
      The watcherId.
    • getCurProgress

      int getCurProgress()
      uint32 cur_progress = 1;
      Returns:
      The curProgress.
    • getTotalProgress

      int getTotalProgress()
      uint32 total_progress = 13;
      Returns:
      The totalProgress.
    • getIsTakenReward

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