public class Order extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Order.Status |
| Constructor and Description |
|---|
Order() |
| Modifier and Type | Method and Description |
|---|---|
Button |
getButton() |
org.joda.time.DateTime |
getCreatedAt() |
String |
getCustom() |
String |
getId() |
String |
getReceiveAddress() |
Order.Status |
getStatus() |
org.joda.money.Money |
getTotalBtc() |
org.joda.money.Money |
getTotalNative() |
Transaction |
getTransaction() |
void |
setButton(Button button) |
void |
setCreatedAt(org.joda.time.DateTime createdAt) |
void |
setCustom(String custom) |
void |
setId(String id) |
void |
setReceiveAddress(String receiveAddress) |
void |
setStatus(Order.Status status) |
void |
setTotalBtc(org.joda.money.Money totalBtc) |
void |
setTotalNative(org.joda.money.Money totalNative) |
void |
setTransaction(Transaction transaction) |
public String getId()
public void setId(String id)
public org.joda.time.DateTime getCreatedAt()
public void setCreatedAt(org.joda.time.DateTime createdAt)
public Order.Status getStatus()
public void setStatus(Order.Status status)
public org.joda.money.Money getTotalBtc()
public void setTotalBtc(org.joda.money.Money totalBtc)
public org.joda.money.Money getTotalNative()
public void setTotalNative(org.joda.money.Money totalNative)
public String getCustom()
public void setCustom(String custom)
public String getReceiveAddress()
public void setReceiveAddress(String receiveAddress)
public Button getButton()
public void setButton(Button button)
public Transaction getTransaction()
public void setTransaction(Transaction transaction)
Copyright © 2014. All rights reserved.