Interface AsterLittleDetailInfoOuterClass.AsterLittleDetailInfoOrBuilder

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

public static interface AsterLittleDetailInfoOuterClass.AsterLittleDetailInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 begin_time = 12;
    boolean
    bool is_open = 2;
    int
    uint32 stage_begin_time = 6;
    int
    uint32 stage_id = 13;
    .AsterLittleStageState stage_state = 10;
    int
    .AsterLittleStageState stage_state = 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

    • getIsOpen

      boolean getIsOpen()
      bool is_open = 2;
      Returns:
      The isOpen.
    • getStageId

      int getStageId()
      uint32 stage_id = 13;
      Returns:
      The stageId.
    • getStageBeginTime

      int getStageBeginTime()
      uint32 stage_begin_time = 6;
      Returns:
      The stageBeginTime.
    • getStageStateValue

      int getStageStateValue()
      .AsterLittleStageState stage_state = 10;
      Returns:
      The enum numeric value on the wire for stageState.
    • getStageState

      .AsterLittleStageState stage_state = 10;
      Returns:
      The stageState.
    • getBeginTime

      int getBeginTime()
      uint32 begin_time = 12;
      Returns:
      The beginTime.