Interface DungeonRestartInviteReplyNotifyOuterClass.DungeonRestartInviteReplyNotifyOrBuilder

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

public static interface DungeonRestartInviteReplyNotifyOuterClass.DungeonRestartInviteReplyNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool is_accept = 12;
    int
    uint32 player_uid = 11;

    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

    • getPlayerUid

      int getPlayerUid()
      uint32 player_uid = 11;
      Returns:
      The playerUid.
    • getIsAccept

      boolean getIsAccept()
      bool is_accept = 12;
      Returns:
      The isAccept.