Interface ActivityTakeWatcherRewardBatchReqOuterClass.ActivityTakeWatcherRewardBatchReqOrBuilder

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

public static interface ActivityTakeWatcherRewardBatchReqOuterClass.ActivityTakeWatcherRewardBatchReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 activity_id = 11;
    int
    getWatcherIdList(int index)
    repeated uint32 watcher_id_list = 7;
    int
    repeated uint32 watcher_id_list = 7;
    repeated uint32 watcher_id_list = 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

    • getWatcherIdListList

      List<Integer> getWatcherIdListList()
      repeated uint32 watcher_id_list = 7;
      Returns:
      A list containing the watcherIdList.
    • getWatcherIdListCount

      int getWatcherIdListCount()
      repeated uint32 watcher_id_list = 7;
      Returns:
      The count of watcherIdList.
    • getWatcherIdList

      int getWatcherIdList(int index)
      repeated uint32 watcher_id_list = 7;
      Parameters:
      index - The index of the element to return.
      Returns:
      The watcherIdList at the given index.
    • getActivityId

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