Interface AvatarExpeditionInfoOuterClass.AvatarExpeditionInfoOrBuilder

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

public static interface AvatarExpeditionInfoOuterClass.AvatarExpeditionInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 exp_id = 2;
    int
    uint32 hour_time = 3;
    float
    float shorten_ratio = 5;
    int
    uint32 start_time = 4;
    .AvatarExpeditionState state = 1;
    int
    .AvatarExpeditionState state = 1;

    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

    • getStateValue

      int getStateValue()
      .AvatarExpeditionState state = 1;
      Returns:
      The enum numeric value on the wire for state.
    • getState

      .AvatarExpeditionState state = 1;
      Returns:
      The state.
    • getExpId

      int getExpId()
      uint32 exp_id = 2;
      Returns:
      The expId.
    • getHourTime

      int getHourTime()
      uint32 hour_time = 3;
      Returns:
      The hourTime.
    • getStartTime

      int getStartTime()
      uint32 start_time = 4;
      Returns:
      The startTime.
    • getShortenRatio

      float getShortenRatio()
      float shorten_ratio = 5;
      Returns:
      The shortenRatio.