Interface IrodoriMasterGallerySettleInfoOuterClass.IrodoriMasterGallerySettleInfoOrBuilder

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

public static interface IrodoriMasterGallerySettleInfoOuterClass.IrodoriMasterGallerySettleInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 difficult = 2;
    int
    uint32 finish_time = 4;
    boolean
    bool is_finish = 3;
    int
    uint32 level_id = 1;
    .GalleryStopReason reason = 10;
    int
    .GalleryStopReason reason = 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()
      .GalleryStopReason reason = 10;
      Returns:
      The enum numeric value on the wire for reason.
    • getReason

      .GalleryStopReason reason = 10;
      Returns:
      The reason.
    • getDifficult

      int getDifficult()
      uint32 difficult = 2;
      Returns:
      The difficult.
    • getFinishTime

      int getFinishTime()
      uint32 finish_time = 4;
      Returns:
      The finishTime.
    • getLevelId

      int getLevelId()
      uint32 level_id = 1;
      Returns:
      The levelId.
    • getIsFinish

      boolean getIsFinish()
      bool is_finish = 3;
      Returns:
      The isFinish.