Interface GetActivityInfoReqOuterClass.GetActivityInfoReqOrBuilder

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

public static interface GetActivityInfoReqOuterClass.GetActivityInfoReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getActivityIdList(int index)
    repeated uint32 activity_id_list = 3;
    int
    repeated uint32 activity_id_list = 3;
    repeated uint32 activity_id_list = 3;

    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

    • getActivityIdListList

      List<Integer> getActivityIdListList()
      repeated uint32 activity_id_list = 3;
      Returns:
      A list containing the activityIdList.
    • getActivityIdListCount

      int getActivityIdListCount()
      repeated uint32 activity_id_list = 3;
      Returns:
      The count of activityIdList.
    • getActivityIdList

      int getActivityIdList(int index)
      repeated uint32 activity_id_list = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The activityIdList at the given index.