Interface EffigyDailyInfoOuterClass.EffigyDailyInfoOrBuilder

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

public static interface EffigyDailyInfoOuterClass.EffigyDailyInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 begin_time = 1;
    int
    uint32 BHJHCPLKIMJ = 5;
    int
    uint32 challenge_id = 9;
    int
    uint32 challenge_max_score = 11;
    int
    uint32 day_index = 4;
    int
    uint32 EJIHDCNMFEE = 10;
    boolean
    bool is_first_pass_reward_taken = 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

    • getChallengeMaxScore

      int getChallengeMaxScore()
      uint32 challenge_max_score = 11;
      Returns:
      The challengeMaxScore.
    • getEJIHDCNMFEE

      int getEJIHDCNMFEE()
      uint32 EJIHDCNMFEE = 10;
      Returns:
      The eJIHDCNMFEE.
    • getBeginTime

      int getBeginTime()
      uint32 begin_time = 1;
      Returns:
      The beginTime.
    • getDayIndex

      int getDayIndex()
      uint32 day_index = 4;
      Returns:
      The dayIndex.
    • getIsFirstPassRewardTaken

      boolean getIsFirstPassRewardTaken()
      bool is_first_pass_reward_taken = 3;
      Returns:
      The isFirstPassRewardTaken.
    • getChallengeId

      int getChallengeId()
      uint32 challenge_id = 9;
      Returns:
      The challengeId.
    • getBHJHCPLKIMJ

      int getBHJHCPLKIMJ()
      uint32 BHJHCPLKIMJ = 5;
      Returns:
      The bHJHCPLKIMJ.