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 = 7;
    boolean
    bool isCanStart = 4;
    boolean
    bool isFinished = 14;
    boolean
    bool isShowTips = 2;
    int
    uint32 minFinishTime = 1;

    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

    • getIsCanStart

      boolean getIsCanStart()
      bool isCanStart = 4;
      Returns:
      The isCanStart.
    • getId

      int getId()
      uint32 id = 7;
      Returns:
      The id.
    • getMinFinishTime

      int getMinFinishTime()
      uint32 minFinishTime = 1;
      Returns:
      The minFinishTime.
    • getIsFinished

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

      boolean getIsShowTips()
      bool isShowTips = 2;
      Returns:
      The isShowTips.