Interface PlayerGeneralMatchConfirmNotifyOuterClass.PlayerGeneralMatchConfirmNotifyOrBuilder

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

public static interface PlayerGeneralMatchConfirmNotifyOuterClass.PlayerGeneralMatchConfirmNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool is_agree = 13;
    int
    uint32 match_id = 2;
    int
    uint32 uid = 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

    • getMatchId

      int getMatchId()
      uint32 match_id = 2;
      Returns:
      The matchId.
    • getUid

      int getUid()
      uint32 uid = 6;
      Returns:
      The uid.
    • getIsAgree

      boolean getIsAgree()
      bool is_agree = 13;
      Returns:
      The isAgree.