Interface DragonSpineChapterInfoOuterClass.DragonSpineChapterInfoOrBuilder

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

public static interface DragonSpineChapterInfoOuterClass.DragonSpineChapterInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 chapter_id = 14;
    int
    uint32 finished_mission_num = 7;
    boolean
    bool is_open = 13;
    int
    uint32 open_time = 2;
    int
    uint32 progress = 6;

    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

    • getProgress

      int getProgress()
      uint32 progress = 6;
      Returns:
      The progress.
    • getChapterId

      int getChapterId()
      uint32 chapter_id = 14;
      Returns:
      The chapterId.
    • getIsOpen

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

      int getOpenTime()
      uint32 open_time = 2;
      Returns:
      The openTime.
    • getFinishedMissionNum

      int getFinishedMissionNum()
      uint32 finished_mission_num = 7;
      Returns:
      The finishedMissionNum.