Interface ActivityTakeAllScoreRewardRspOuterClass.ActivityTakeAllScoreRewardRspOrBuilder

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

public static interface ActivityTakeAllScoreRewardRspOuterClass.ActivityTakeAllScoreRewardRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 activity_id = 3;
    int
    int32 retcode = 9;
    int
    repeated uint32 reward_config_list = 10;
    int
    repeated uint32 reward_config_list = 10;
    repeated uint32 reward_config_list = 10;

    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

    • getRewardConfigListList

      List<Integer> getRewardConfigListList()
      repeated uint32 reward_config_list = 10;
      Returns:
      A list containing the rewardConfigList.
    • getRewardConfigListCount

      int getRewardConfigListCount()
      repeated uint32 reward_config_list = 10;
      Returns:
      The count of rewardConfigList.
    • getRewardConfigList

      int getRewardConfigList(int index)
      repeated uint32 reward_config_list = 10;
      Parameters:
      index - The index of the element to return.
      Returns:
      The rewardConfigList at the given index.
    • getRetcode

      int getRetcode()
      int32 retcode = 9;
      Returns:
      The retcode.
    • getActivityId

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