类 ContractTransferForm
- java.lang.Object
-
- io.nuls.v2.model.dto.BaseForm
-
- io.nuls.v2.model.dto.ContractTransferForm
-
public class ContractTransferForm extends BaseForm
-
-
构造器概要
构造器 构造器 说明 ContractTransferForm()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 BigIntegergetAmount()StringgetFromAddress()StringgetPassword()StringgetRemark()StringgetToAddress()voidsetAmount(BigInteger amount)voidsetFromAddress(String fromAddress)voidsetPassword(String password)voidsetRemark(String remark)voidsetToAddress(String toAddress)
-
-
-
方法详细资料
-
getFromAddress
public String getFromAddress()
-
setFromAddress
public void setFromAddress(String fromAddress)
-
getPassword
public String getPassword()
-
setPassword
public void setPassword(String password)
-
getToAddress
public String getToAddress()
-
setToAddress
public void setToAddress(String toAddress)
-
getAmount
public BigInteger getAmount()
-
setAmount
public void setAmount(BigInteger amount)
-
getRemark
public String getRemark()
-
setRemark
public void setRemark(String remark)
-
-