Interface SeaLampV3ShadowLevelInfoOuterClass.SeaLampV3ShadowLevelInfoOrBuilder

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

public static interface SeaLampV3ShadowLevelInfoOuterClass.SeaLampV3ShadowLevelInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool is_open = 4;
    int
    uint32 level_id = 12;
    int
    uint32 min_finish_time = 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

    • getLevelId

      int getLevelId()
      uint32 level_id = 12;
      Returns:
      The levelId.
    • getMinFinishTime

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

      boolean getIsOpen()
      bool is_open = 4;
      Returns:
      The isOpen.