public class MarketPricesResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ADJUSTED_PRICE |
static String |
SERIALIZED_NAME_AVERAGE_PRICE |
static String |
SERIALIZED_NAME_TYPE_ID |
| Constructor and Description |
|---|
MarketPricesResponse() |
| Modifier and Type | Method and Description |
|---|---|
MarketPricesResponse |
adjustedPrice(Double adjustedPrice) |
MarketPricesResponse |
averagePrice(Double averagePrice) |
boolean |
equals(Object o) |
Double |
getAdjustedPrice()
adjusted_price number
|
Double |
getAveragePrice()
average_price number
|
Integer |
getTypeId()
type_id integer
|
int |
hashCode() |
void |
setAdjustedPrice(Double adjustedPrice) |
void |
setAveragePrice(Double averagePrice) |
void |
setTypeId(Integer typeId) |
String |
toString() |
MarketPricesResponse |
typeId(Integer typeId) |
public static final String SERIALIZED_NAME_ADJUSTED_PRICE
public static final String SERIALIZED_NAME_AVERAGE_PRICE
public static final String SERIALIZED_NAME_TYPE_ID
public MarketPricesResponse adjustedPrice(Double adjustedPrice)
@Nullable public Double getAdjustedPrice()
public void setAdjustedPrice(Double adjustedPrice)
public MarketPricesResponse averagePrice(Double averagePrice)
@Nullable public Double getAveragePrice()
public void setAveragePrice(Double averagePrice)
public MarketPricesResponse typeId(Integer typeId)
public Integer getTypeId()
public void setTypeId(Integer typeId)
Copyright © 2021. All Rights Reserved.