Interface ChessPickCardRspOuterClass.ChessPickCardRspOrBuilder

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

public static interface ChessPickCardRspOuterClass.ChessPickCardRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 card_id = 13;
    int
    uint32 card_index = 4;
    int
    int32 retcode = 11;

    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

    • getRetcode

      int getRetcode()
      int32 retcode = 11;
      Returns:
      The retcode.
    • getCardIndex

      int getCardIndex()
      uint32 card_index = 4;
      Returns:
      The cardIndex.
    • getCardId

      int getCardId()
      uint32 card_id = 13;
      Returns:
      The cardId.