类 SignDto
- java.lang.Object
-
- network.nerve.kit.model.dto.SignDto
-
public class SignDto extends Object
-
-
构造器概要
构造器 构造器 说明 SignDto()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetAddress()StringgetEncryptedPrivateKey()StringgetPassword()StringgetPriKey()voidsetAddress(String address)voidsetEncryptedPrivateKey(String encryptedPrivateKey)voidsetPassword(String password)voidsetPriKey(String priKey)
-
-
-
方法详细资料
-
getAddress
public String getAddress()
-
setAddress
public void setAddress(String address)
-
getPriKey
public String getPriKey()
-
setPriKey
public void setPriKey(String priKey)
-
getEncryptedPrivateKey
public String getEncryptedPrivateKey()
-
setEncryptedPrivateKey
public void setEncryptedPrivateKey(String encryptedPrivateKey)
-
getPassword
public String getPassword()
-
setPassword
public void setPassword(String password)
-
-