Interface PlayerStartMatchRspOuterClass.PlayerStartMatchRspOrBuilder

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

public static interface PlayerStartMatchRspOuterClass.PlayerStartMatchRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 dungeon_id = 1;
    int
    uint32 match_id = 12;
    .MatchType match_type = 10;
    int
    .MatchType match_type = 10;
    int
    uint32 mechanicus_difficult_level = 3;
    int
    uint32 mp_play_id = 11;
    int
    uint32 param = 7;
    int
    uint32 punish_end_time = 8;
    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

    • getDungeonId

      int getDungeonId()
      uint32 dungeon_id = 1;
      Returns:
      The dungeonId.
    • getMatchId

      int getMatchId()
      uint32 match_id = 12;
      Returns:
      The matchId.
    • getMatchTypeValue

      int getMatchTypeValue()
      .MatchType match_type = 10;
      Returns:
      The enum numeric value on the wire for matchType.
    • getMatchType

      .MatchType match_type = 10;
      Returns:
      The matchType.
    • getPunishEndTime

      int getPunishEndTime()
      uint32 punish_end_time = 8;
      Returns:
      The punishEndTime.
    • getMpPlayId

      int getMpPlayId()
      uint32 mp_play_id = 11;
      Returns:
      The mpPlayId.
    • getParam

      int getParam()
      uint32 param = 7;
      Returns:
      The param.
    • getMechanicusDifficultLevel

      int getMechanicusDifficultLevel()
      uint32 mechanicus_difficult_level = 3;
      Returns:
      The mechanicusDifficultLevel.
    • getRetcode

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