Interface VintageHuntingStageDataOuterClass.VintageHuntingStageDataOrBuilder

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

public static interface VintageHuntingStageDataOuterClass.VintageHuntingStageDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool is_finish = 5;
    boolean
    bool is_open = 15;
    int
    uint32 open_time = 8;
    int
    uint32 record_value = 7;
    int
    uint32 stage_id = 4;

    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

    • getStageId

      int getStageId()
      uint32 stage_id = 4;
      Returns:
      The stageId.
    • getOpenTime

      int getOpenTime()
      uint32 open_time = 8;
      Returns:
      The openTime.
    • getIsOpen

      boolean getIsOpen()
      bool is_open = 15;
      Returns:
      The isOpen.
    • getRecordValue

      int getRecordValue()
      uint32 record_value = 7;
      Returns:
      The recordValue.
    • getIsFinish

      boolean getIsFinish()
      bool is_finish = 5;
      Returns:
      The isFinish.