public class Transfer extends Base
| 构造器和说明 |
|---|
Transfer() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAmount() |
BigInteger |
getAmountValue() |
String |
getIdentifier() |
String |
getReceiver() |
String |
getSender() |
long |
getTimestamp() |
String |
getTxnHash() |
String |
getTypeTag() |
void |
setAmount(String amount) |
void |
setAmountValue(BigInteger amountValue) |
void |
setIdentifier(String identifier) |
void |
setReceiver(String receiver) |
void |
setSender(String sender) |
void |
setTimestamp(long timestamp) |
void |
setTxnHash(String txnHash) |
void |
setTypeTag(String typeTag) |
String |
toString() |
public long getTimestamp()
public void setTimestamp(long timestamp)
public String getIdentifier()
public void setIdentifier(String identifier)
public String getTxnHash()
public void setTxnHash(String txnHash)
public String getSender()
public void setSender(String sender)
public String getReceiver()
public void setReceiver(String receiver)
public String getAmount()
public void setAmount(String amount)
public String getTypeTag()
public void setTypeTag(String typeTag)
public BigInteger getAmountValue()
public void setAmountValue(BigInteger amountValue)
Copyright © 2021. All rights reserved.