Interface PlayerGeneralMatchDismissNotifyOuterClass.PlayerGeneralMatchDismissNotifyOrBuilder

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

public static interface PlayerGeneralMatchDismissNotifyOuterClass.PlayerGeneralMatchDismissNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 match_id = 3;
    .MatchReason reason = 11;
    int
    .MatchReason reason = 11;
    int
    getUidList(int index)
    repeated uint32 uid_list = 10;
    int
    repeated uint32 uid_list = 10;
    repeated uint32 uid_list = 10;

    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

    • getReasonValue

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

      .MatchReason reason = 11;
      Returns:
      The reason.
    • getUidListList

      List<Integer> getUidListList()
      repeated uint32 uid_list = 10;
      Returns:
      A list containing the uidList.
    • getUidListCount

      int getUidListCount()
      repeated uint32 uid_list = 10;
      Returns:
      The count of uidList.
    • getUidList

      int getUidList(int index)
      repeated uint32 uid_list = 10;
      Parameters:
      index - The index of the element to return.
      Returns:
      The uidList at the given index.
    • getMatchId

      int getMatchId()
      uint32 match_id = 3;
      Returns:
      The matchId.