Interface TryCustomDungeonRspOuterClass.TryCustomDungeonRspOrBuilder

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

public static interface TryCustomDungeonRspOuterClass.TryCustomDungeonRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    int32 retcode = 10;
    int
    uint32 room_id = 4;

    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

    • getRoomId

      int getRoomId()
      uint32 room_id = 4;
      Returns:
      The roomId.
    • getRetcode

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