Interface ExpeditionChallengeInfoOuterClass.ExpeditionChallengeInfoOrBuilder

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

public static interface ExpeditionChallengeInfoOuterClass.ExpeditionChallengeInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 id = 15;
    boolean
    bool is_finished = 11;
    int
    uint32 open_time = 5;

    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

    • getOpenTime

      int getOpenTime()
      uint32 open_time = 5;
      Returns:
      The openTime.
    • getId

      int getId()
      uint32 id = 15;
      Returns:
      The id.
    • getIsFinished

      boolean getIsFinished()
      bool is_finished = 11;
      Returns:
      The isFinished.