Interface GCGDSDeckSaveRspOuterClass.GCGDSDeckSaveRspOrBuilder

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

public static interface GCGDSDeckSaveRspOuterClass.GCGDSDeckSaveRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    fixed32 create_time = 7;
    int
    uint32 deck_id = 15;
    boolean
    bool is_valid = 5;
    int
    int32 retcode = 9;

    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 = 9;
      Returns:
      The retcode.
    • getIsValid

      boolean getIsValid()
      bool is_valid = 5;
      Returns:
      The isValid.
    • getDeckId

      int getDeckId()
      uint32 deck_id = 15;
      Returns:
      The deckId.
    • getCreateTime

      int getCreateTime()
      fixed32 create_time = 7;
      Returns:
      The createTime.