Interface FinishDeliveryNotifyOuterClass.FinishDeliveryNotifyOrBuilder

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

public static interface FinishDeliveryNotifyOuterClass.FinishDeliveryNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 day_index = 7;
    int
    uint32 finished_quest_index = 12;
    int
    uint32 schedule_id = 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

    • getFinishedQuestIndex

      int getFinishedQuestIndex()
      uint32 finished_quest_index = 12;
      Returns:
      The finishedQuestIndex.
    • getDayIndex

      int getDayIndex()
      uint32 day_index = 7;
      Returns:
      The dayIndex.
    • getScheduleId

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