@Generated(value="org.jsonschema2pojo") public class EmpoExTrade extends Object
| Constructor and Description |
|---|
EmpoExTrade() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getAmount() |
Long |
getDate() |
String |
getPrice() |
String |
getTotal() |
String |
getType() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setAmount(String amount) |
void |
setDate(Long date) |
void |
setPrice(String price) |
void |
setTotal(String total) |
void |
setType(String type) |
String |
toString() |
public String getType()
public void setType(String type)
type - The typepublic Long getDate()
public void setDate(Long date)
date - The datepublic String getAmount()
public void setAmount(String amount)
amount - The amountpublic String getPrice()
public void setPrice(String price)
price - The pricepublic String getTotal()
public void setTotal(String total)
total - The totalCopyright © 2012–2017 Xeiam, LLC. All rights reserved.