Interface QuestProgressUpdateNotifyOuterClass.QuestProgressUpdateNotifyOrBuilder

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

public static interface QuestProgressUpdateNotifyOuterClass.QuestProgressUpdateNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    repeated uint32 fail_progress_list = 7;
    int
    repeated uint32 fail_progress_list = 7;
    repeated uint32 fail_progress_list = 7;
    int
    repeated uint32 finish_progress_list = 1;
    int
    repeated uint32 finish_progress_list = 1;
    repeated uint32 finish_progress_list = 1;
    int
    uint32 quest_id = 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

    • getQuestId

      int getQuestId()
      uint32 quest_id = 3;
      Returns:
      The questId.
    • getFinishProgressListList

      List<Integer> getFinishProgressListList()
      repeated uint32 finish_progress_list = 1;
      Returns:
      A list containing the finishProgressList.
    • getFinishProgressListCount

      int getFinishProgressListCount()
      repeated uint32 finish_progress_list = 1;
      Returns:
      The count of finishProgressList.
    • getFinishProgressList

      int getFinishProgressList(int index)
      repeated uint32 finish_progress_list = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The finishProgressList at the given index.
    • getFailProgressListList

      List<Integer> getFailProgressListList()
      repeated uint32 fail_progress_list = 7;
      Returns:
      A list containing the failProgressList.
    • getFailProgressListCount

      int getFailProgressListCount()
      repeated uint32 fail_progress_list = 7;
      Returns:
      The count of failProgressList.
    • getFailProgressList

      int getFailProgressList(int index)
      repeated uint32 fail_progress_list = 7;
      Parameters:
      index - The index of the element to return.
      Returns:
      The failProgressList at the given index.