Interface VintageCampChallengeLevelDataOuterClass.VintageCampChallengeLevelDataOrBuilder

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

public static interface VintageCampChallengeLevelDataOuterClass.VintageCampChallengeLevelDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool is_finish = 9;
    boolean
    bool is_open = 15;
    int
    uint32 level_id = 2;
    int
    uint32 stage_id = 7;

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

      int getStageId()
      uint32 stage_id = 7;
      Returns:
      The stageId.
    • getIsFinish

      boolean getIsFinish()
      bool is_finish = 9;
      Returns:
      The isFinish.
    • getIsOpen

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