public class Transaction extends Object
Constructor and Description |
---|
Transaction() |
Modifier and Type | Method and Description |
---|---|
Long |
getAmountAsset() |
Long |
getAmountSatoshi() |
Integer |
getConfirmations() |
Integer |
getCreated() |
Long |
getFeePaid() |
Order |
getOrder() |
String |
getTicker() |
String |
getTx_hash() |
String |
getType() |
void |
setAmountAsset(Long amountAsset) |
void |
setAmountSatoshi(Long amountSatoshi) |
void |
setConfirmations(Integer confirmations) |
void |
setCreated(Integer created) |
void |
setFeePaid(Long feePaid) |
void |
setOrder(Order order) |
void |
setTicker(String ticker) |
void |
setTx_hash(String tx_hash) |
void |
setType(String type) |
public Integer getCreated()
public void setCreated(Integer created)
public String getTicker()
public void setTicker(String ticker)
public String getType()
public void setType(String type)
public Integer getConfirmations()
public void setConfirmations(Integer confirmations)
public Long getAmountAsset()
public void setAmountAsset(Long amountAsset)
public Long getAmountSatoshi()
public void setAmountSatoshi(Long amountSatoshi)
public String getTx_hash()
public void setTx_hash(String tx_hash)
public Long getFeePaid()
public void setFeePaid(Long feePaid)
public Order getOrder()
public void setOrder(Order order)
Copyright © 2016 Metaco. All rights reserved.