Interface BartenderLevelProgressNotifyOuterClass.BartenderLevelProgressNotifyOrBuilder

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

public static interface BartenderLevelProgressNotifyOuterClass.BartenderLevelProgressNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool is_finish = 8;
    boolean
    bool is_new_record = 6;
    int
    uint32 level_id = 12;
    int
    uint32 score = 3;

    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

    • getIsFinish

      boolean getIsFinish()
      bool is_finish = 8;
      Returns:
      The isFinish.
    • getIsNewRecord

      boolean getIsNewRecord()
      bool is_new_record = 6;
      Returns:
      The isNewRecord.
    • getLevelId

      int getLevelId()
      uint32 level_id = 12;
      Returns:
      The levelId.
    • getScore

      int getScore()
      uint32 score = 3;
      Returns:
      The score.