Interface PlayerGCGMatchConfirmNotifyOuterClass.PlayerGCGMatchConfirmNotifyOrBuilder

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

public static interface PlayerGCGMatchConfirmNotifyOuterClass.PlayerGCGMatchConfirmNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool is_agree = 6;
    int
    uint32 match_id = 14;
    int
    uint32 uid = 5;

    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

    • getIsAgree

      boolean getIsAgree()
      bool is_agree = 6;
      Returns:
      The isAgree.
    • getMatchId

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

      int getUid()
      uint32 uid = 5;
      Returns:
      The uid.