Interface LuminanceStoneChallengeActivityDetailInfoOuterClass.LuminanceStoneChallengeActivityDetailInfoOrBuilder

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

public static interface LuminanceStoneChallengeActivityDetailInfoOuterClass.LuminanceStoneChallengeActivityDetailInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 best_score = 6;
    int
    uint32 current_stage_id = 1;
    boolean
    bool is_content_closed = 13;
    boolean
    bool is_final_gallery_complete = 9;

    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

    • getCurrentStageId

      int getCurrentStageId()
      uint32 current_stage_id = 1;
      Returns:
      The currentStageId.
    • getBestScore

      int getBestScore()
      uint32 best_score = 6;
      Returns:
      The bestScore.
    • getIsContentClosed

      boolean getIsContentClosed()
      bool is_content_closed = 13;
      Returns:
      The isContentClosed.
    • getIsFinalGalleryComplete

      boolean getIsFinalGalleryComplete()
      bool is_final_gallery_complete = 9;
      Returns:
      The isFinalGalleryComplete.