Interface SummerTimeV2BoatStageInfoOuterClass.SummerTimeV2BoatStageInfoOrBuilder

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

public static interface SummerTimeV2BoatStageInfoOuterClass.SummerTimeV2BoatStageInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 best_score = 8;
    boolean
    bool is_open = 12;
    int
    uint32 open_time = 6;
    int
    uint32 stage_id = 2;

    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 = 2;
      Returns:
      The stageId.
    • getBestScore

      int getBestScore()
      uint32 best_score = 8;
      Returns:
      The bestScore.
    • getIsOpen

      boolean getIsOpen()
      bool is_open = 12;
      Returns:
      The isOpen.
    • getOpenTime

      int getOpenTime()
      uint32 open_time = 6;
      Returns:
      The openTime.