Interface PlayerMatchAgreedResultNotifyOuterClass.PlayerMatchAgreedResultNotifyOrBuilder

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

public static interface PlayerMatchAgreedResultNotifyOuterClass.PlayerMatchAgreedResultNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .MatchType match_type = 12;
    int
    .MatchType match_type = 12;
    .PlayerMatchAgreedResultNotify.Reason reason = 13;
    int
    .PlayerMatchAgreedResultNotify.Reason reason = 13;
    int
    uint32 target_uid = 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

    • getMatchTypeValue

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

      .MatchType match_type = 12;
      Returns:
      The matchType.
    • getTargetUid

      int getTargetUid()
      uint32 target_uid = 4;
      Returns:
      The targetUid.
    • getReasonValue

      int getReasonValue()
      .PlayerMatchAgreedResultNotify.Reason reason = 13;
      Returns:
      The enum numeric value on the wire for reason.
    • getReason

      .PlayerMatchAgreedResultNotify.Reason reason = 13;
      Returns:
      The reason.