Interface ActivityTakeWatcherRewardRspOuterClass.ActivityTakeWatcherRewardRspOrBuilder

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

public static interface ActivityTakeWatcherRewardRspOuterClass.ActivityTakeWatcherRewardRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 activity_id = 3;
    int
    int32 retcode = 13;
    int
    uint32 watcher_id = 5;

    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

    • getRetcode

      int getRetcode()
      int32 retcode = 13;
      Returns:
      The retcode.
    • getWatcherId

      int getWatcherId()
      uint32 watcher_id = 5;
      Returns:
      The watcherId.
    • getActivityId

      int getActivityId()
      uint32 activity_id = 3;
      Returns:
      The activityId.