Interface IrodoriMasterLevelDetailInfoOuterClass.IrodoriMasterLevelDetailInfoOrBuilder

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

public static interface IrodoriMasterLevelDetailInfoOuterClass.IrodoriMasterLevelDetailInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 diffculty = 14;
    boolean
    bool is_finish = 10;
    boolean
    bool is_have_try = 11;
    int
    uint32 min_finish_time = 2;

    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

    • getMinFinishTime

      int getMinFinishTime()
      uint32 min_finish_time = 2;
      Returns:
      The minFinishTime.
    • getIsHaveTry

      boolean getIsHaveTry()
      bool is_have_try = 11;
      Returns:
      The isHaveTry.
    • getIsFinish

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

      int getDiffculty()
      uint32 diffculty = 14;
      Returns:
      The diffculty.