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 = 5;
    boolean
    bool is_finished = 2;
    int
    uint32 open_time = 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

    • getId

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

      boolean getIsFinished()
      bool is_finished = 2;
      Returns:
      The isFinished.
    • getOpenTime

      int getOpenTime()
      uint32 open_time = 12;
      Returns:
      The openTime.