Interface DragonSpineChapterFinishNotifyOuterClass.DragonSpineChapterFinishNotifyOrBuilder

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

public static interface DragonSpineChapterFinishNotifyOuterClass.DragonSpineChapterFinishNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 chapter_id = 14;
    int
    uint32 schedule_id = 5;
    int
    uint32 weapon_enhance_level = 12;

    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

    • getChapterId

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

      int getWeaponEnhanceLevel()
      uint32 weapon_enhance_level = 12;
      Returns:
      The weaponEnhanceLevel.
    • getScheduleId

      int getScheduleId()
      uint32 schedule_id = 5;
      Returns:
      The scheduleId.