Interface LanternProjectionLevelInfoOuterClass.LanternProjectionLevelInfoOrBuilder

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

public static interface LanternProjectionLevelInfoOuterClass.LanternProjectionLevelInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 id = 5;
    boolean
    bool is_can_start = 6;
    boolean
    bool is_finished = 1;
    boolean
    bool is_show_tips = 15;
    int
    uint32 min_finish_time = 8;

    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

    • getId

      int getId()
      uint32 id = 5;
      Returns:
      The id.
    • getIsFinished

      boolean getIsFinished()
      bool is_finished = 1;
      Returns:
      The isFinished.
    • getIsShowTips

      boolean getIsShowTips()
      bool is_show_tips = 15;
      Returns:
      The isShowTips.
    • getMinFinishTime

      int getMinFinishTime()
      uint32 min_finish_time = 8;
      Returns:
      The minFinishTime.
    • getIsCanStart

      boolean getIsCanStart()
      bool is_can_start = 6;
      Returns:
      The isCanStart.