public class AssetEntityResponseImpl extends java.lang.Object implements AssetEntityResponse
| Modifier and Type | Method and Description |
|---|---|
long |
getAccount() |
long |
getAsset() |
byte |
getDecimals() |
java.lang.String |
getDescription() |
java.lang.String |
getName() |
int |
getNumberOfAccounts() |
int |
getNumberOfTransfers() |
java.math.BigDecimal |
getQuantity() |
long |
getQuantityQNT() |
boolean |
isHasPhasingAssetControl() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, createpublic long getAccount()
getAccount in interface AssetEntityResponsepublic java.lang.String getName()
getName in interface AssetEntityResponsepublic java.lang.String getDescription()
getDescription in interface AssetEntityResponsepublic byte getDecimals()
getDecimals in interface AssetEntityResponsepublic long getQuantityQNT()
getQuantityQNT in interface AssetEntityResponsepublic java.math.BigDecimal getQuantity()
getQuantity in interface AssetEntityResponsepublic long getAsset()
getAsset in interface AssetEntityResponsepublic boolean isHasPhasingAssetControl()
isHasPhasingAssetControl in interface AssetEntityResponsepublic int getNumberOfTransfers()
getNumberOfTransfers in interface AssetEntityResponsepublic int getNumberOfAccounts()
getNumberOfAccounts in interface AssetEntityResponse