Interface DungeonRestartInviteNotifyOuterClass.DungeonRestartInviteNotifyOrBuilder

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

public static interface DungeonRestartInviteNotifyOuterClass.DungeonRestartInviteNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 cd = 5;
    int
    uint32 dungeon_id = 8;
    int
    uint32 player_uid = 6;
    int
    uint32 point_id = 12;

    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

    • getDungeonId

      int getDungeonId()
      uint32 dungeon_id = 8;
      Returns:
      The dungeonId.
    • getCd

      int getCd()
      uint32 cd = 5;
      Returns:
      The cd.
    • getPlayerUid

      int getPlayerUid()
      uint32 player_uid = 6;
      Returns:
      The playerUid.
    • getPointId

      int getPointId()
      uint32 point_id = 12;
      Returns:
      The pointId.