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_TYPE_ID
public static final String SERIALIZED_NAME_AVERAGE_PRICE
public MarketPricesResponse adjustedPrice(Double adjustedPrice)
public Double getAdjustedPrice()
public void setAdjustedPrice(Double adjustedPrice)
public MarketPricesResponse typeId(Integer typeId)
public Integer getTypeId()
public void setTypeId(Integer typeId)
public MarketPricesResponse averagePrice(Double averagePrice)
public Double getAveragePrice()
public void setAveragePrice(Double averagePrice)
Copyright © 2019. All Rights Reserved.