Interface DailyTaskInfoOuterClass.DailyTaskInfoOrBuilder

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

public static interface DailyTaskInfoOuterClass.DailyTaskInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 daily_task_id = 2;
    int
    uint32 finish_progress = 4;
    boolean
    bool is_finished = 15;
    int
    uint32 progress = 3;
    int
    uint32 reward_id = 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

    • getDailyTaskId

      int getDailyTaskId()
      uint32 daily_task_id = 2;
      Returns:
      The dailyTaskId.
    • getIsFinished

      boolean getIsFinished()
      bool is_finished = 15;
      Returns:
      The isFinished.
    • getRewardId

      int getRewardId()
      uint32 reward_id = 12;
      Returns:
      The rewardId.
    • getProgress

      int getProgress()
      uint32 progress = 3;
      Returns:
      The progress.
    • getFinishProgress

      int getFinishProgress()
      uint32 finish_progress = 4;
      Returns:
      The finishProgress.