public class DepositInfoDto extends Object
| 构造器和说明 |
|---|
DepositInfoDto() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAddress() |
String |
getAgentHash() |
long |
getBlockHeight() |
long |
getDelHeight() |
String |
getDeposit() |
long |
getTime() |
String |
getTxHash() |
void |
setAddress(String address) |
void |
setAgentHash(String agentHash) |
void |
setBlockHeight(long blockHeight) |
void |
setDelHeight(long delHeight) |
void |
setDeposit(String deposit) |
void |
setTime(long time) |
void |
setTxHash(String txHash) |
public String getDeposit()
public void setDeposit(String deposit)
public String getAgentHash()
public void setAgentHash(String agentHash)
public String getAddress()
public void setAddress(String address)
public long getTime()
public void setTime(long time)
public String getTxHash()
public void setTxHash(String txHash)
public long getBlockHeight()
public void setBlockHeight(long blockHeight)
public long getDelHeight()
public void setDelHeight(long delHeight)
Copyright © 2021. All rights reserved.