Interface CKMJBOGJFMBOuterClass.CKMJBOGJFMBOrBuilder

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

public static interface CKMJBOGJFMBOuterClass.CKMJBOGJFMBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 best_score = 3;
    boolean
    bool is_finish = 15;
    boolean
    bool is_open = 13;
    int
    uint32 level_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 = 7;
      Returns:
      The levelId.
    • getIsOpen

      boolean getIsOpen()
      bool is_open = 13;
      Returns:
      The isOpen.
    • getIsFinish

      boolean getIsFinish()
      bool is_finish = 15;
      Returns:
      The isFinish.
    • getBestScore

      int getBestScore()
      uint32 best_score = 3;
      Returns:
      The bestScore.