Interface GachaActivityTakeRewardRspOuterClass.GachaActivityTakeRewardRspOrBuilder

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

public static interface GachaActivityTakeRewardRspOuterClass.GachaActivityTakeRewardRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    map<uint32, uint32> robot_num_map = 10;
    int
    int32 retcode = 8;
    Deprecated.
    int
    map<uint32, uint32> robot_num_map = 10;
    map<uint32, uint32> robot_num_map = 10;
    int
    getRobotNumMapOrDefault(int key, int defaultValue)
    map<uint32, uint32> robot_num_map = 10;
    int
    map<uint32, uint32> robot_num_map = 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

    • getRobotNumMapCount

      int getRobotNumMapCount()
      map<uint32, uint32> robot_num_map = 10;
    • containsRobotNumMap

      boolean containsRobotNumMap(int key)
      map<uint32, uint32> robot_num_map = 10;
    • getRobotNumMap

      @Deprecated Map<Integer,Integer> getRobotNumMap()
      Deprecated.
      Use getRobotNumMapMap() instead.
    • getRobotNumMapMap

      Map<Integer,Integer> getRobotNumMapMap()
      map<uint32, uint32> robot_num_map = 10;
    • getRobotNumMapOrDefault

      int getRobotNumMapOrDefault(int key, int defaultValue)
      map<uint32, uint32> robot_num_map = 10;
    • getRobotNumMapOrThrow

      int getRobotNumMapOrThrow(int key)
      map<uint32, uint32> robot_num_map = 10;
    • getRetcode

      int getRetcode()
      int32 retcode = 8;
      Returns:
      The retcode.