Interface PlayerGetForceQuitBanInfoRspOuterClass.PlayerGetForceQuitBanInfoRspOrBuilder

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

public static interface PlayerGetForceQuitBanInfoRspOuterClass.PlayerGetForceQuitBanInfoRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 expire_time = 11;
    int
    uint32 match_id = 7;
    int
    int32 retcode = 6;

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

      int getMatchId()
      uint32 match_id = 7;
      Returns:
      The matchId.
    • getExpireTime

      int getExpireTime()
      uint32 expire_time = 11;
      Returns:
      The expireTime.