Interface RogueDiaryDungeonRecordOuterClass.RogueDiaryDungeonRecordOrBuilder

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

public static interface RogueDiaryDungeonRecordOuterClass.RogueDiaryDungeonRecordOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 difficulty = 5;
    int
    uint32 finish_time = 14;
    boolean
    bool is_finish = 10;
    int
    uint32 max_round = 7;

    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

    • getFinishTime

      int getFinishTime()
      uint32 finish_time = 14;
      Returns:
      The finishTime.
    • getIsFinish

      boolean getIsFinish()
      bool is_finish = 10;
      Returns:
      The isFinish.
    • getDifficulty

      int getDifficulty()
      uint32 difficulty = 5;
      Returns:
      The difficulty.
    • getMaxRound

      int getMaxRound()
      uint32 max_round = 7;
      Returns:
      The maxRound.