public class StopConsensusDto extends Object
| 构造器和说明 |
|---|
StopConsensusDto() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAgentAddress() |
String |
getAgentHash() |
BigInteger |
getDeposit() |
List<StopDepositDto> |
getDepositList() |
BigInteger |
getPrice() |
void |
setAgentAddress(String agentAddress) |
void |
setAgentHash(String agentHash) |
void |
setDeposit(BigInteger deposit) |
void |
setDepositList(List<StopDepositDto> depositList) |
void |
setPrice(BigInteger price) |
public String getAgentHash()
public void setAgentHash(String agentHash)
public List<StopDepositDto> getDepositList()
public void setDepositList(List<StopDepositDto> depositList)
public String getAgentAddress()
public void setAgentAddress(String agentAddress)
public BigInteger getDeposit()
public void setDeposit(BigInteger deposit)
public BigInteger getPrice()
public void setPrice(BigInteger price)
Copyright © 2021. All rights reserved.