Interface BounceConjuringChapterInfoOuterClass.BounceConjuringChapterInfoOrBuilder

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

public static interface BounceConjuringChapterInfoOuterClass.BounceConjuringChapterInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 best_score = 7;
    int
    uint32 chapter_id = 4;
    int
    uint32 open_time = 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

    • getOpenTime

      int getOpenTime()
      uint32 open_time = 9;
      Returns:
      The openTime.
    • getChapterId

      int getChapterId()
      uint32 chapter_id = 4;
      Returns:
      The chapterId.
    • getBestScore

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