Interface GCGDSTakeCardProficiencyRewardRspOuterClass.GCGDSTakeCardProficiencyRewardRspOrBuilder

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

public static interface GCGDSTakeCardProficiencyRewardRspOuterClass.GCGDSTakeCardProficiencyRewardRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 card_id = 6;
    int
    int32 retcode = 1;
    int
    uint32 reward_index = 15;

    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

    • getCardId

      int getCardId()
      uint32 card_id = 6;
      Returns:
      The cardId.
    • getRetcode

      int getRetcode()
      int32 retcode = 1;
      Returns:
      The retcode.
    • getRewardIndex

      int getRewardIndex()
      uint32 reward_index = 15;
      Returns:
      The rewardIndex.