Interface GetHomeExchangeWoodInfoRspOuterClass.GetHomeExchangeWoodInfoRsp.HomeExchangeWoodInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GetHomeExchangeWoodInfoRspOuterClass.GetHomeExchangeWoodInfoRsp.HomeExchangeWoodInfo, GetHomeExchangeWoodInfoRspOuterClass.GetHomeExchangeWoodInfoRsp.HomeExchangeWoodInfo.Builder
Enclosing class:
GetHomeExchangeWoodInfoRspOuterClass.GetHomeExchangeWoodInfoRsp

public static interface GetHomeExchangeWoodInfoRspOuterClass.GetHomeExchangeWoodInfoRsp.HomeExchangeWoodInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 exchanged_count = 7;
    int
    uint32 exchange_limit = 4;
    int
    uint32 next_refresh_time = 14;
    int
    uint32 wood_id = 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

    • getWoodId

      int getWoodId()
      uint32 wood_id = 1;
      Returns:
      The woodId.
    • getExchangedCount

      int getExchangedCount()
      uint32 exchanged_count = 7;
      Returns:
      The exchangedCount.
    • getNextRefreshTime

      int getNextRefreshTime()
      uint32 next_refresh_time = 14;
      Returns:
      The nextRefreshTime.
    • getExchangeLimit

      int getExchangeLimit()
      uint32 exchange_limit = 4;
      Returns:
      The exchangeLimit.