Interface ActivityReadPushTipsReqOuterClass.ActivityReadPushTipsReqOrBuilder

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

public static interface ActivityReadPushTipsReqOuterClass.ActivityReadPushTipsReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 activity_id = 12;
    int
    repeated uint32 activity_push_tips_id_list = 1;
    int
    repeated uint32 activity_push_tips_id_list = 1;
    repeated uint32 activity_push_tips_id_list = 1;

    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

    • getActivityPushTipsIdListList

      List<Integer> getActivityPushTipsIdListList()
      repeated uint32 activity_push_tips_id_list = 1;
      Returns:
      A list containing the activityPushTipsIdList.
    • getActivityPushTipsIdListCount

      int getActivityPushTipsIdListCount()
      repeated uint32 activity_push_tips_id_list = 1;
      Returns:
      The count of activityPushTipsIdList.
    • getActivityPushTipsIdList

      int getActivityPushTipsIdList(int index)
      repeated uint32 activity_push_tips_id_list = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The activityPushTipsIdList at the given index.
    • getActivityId

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