类 AccountDto


  • public class AccountDto
    extends Object
    • 构造器详细资料

      • AccountDto

        public AccountDto()
    • 方法详细资料

      • getAddress

        public String getAddress()
      • setAddress

        public void setAddress​(String address)
      • getPubKey

        public String getPubKey()
      • setPubKey

        public void setPubKey​(String pubKey)
      • getPrikey

        public String getPrikey()
      • setPrikey

        public void setPrikey​(String priKey)
      • getEncryptedPrivateKey

        public String getEncryptedPrivateKey()
      • setEncryptedPrivateKey

        public void setEncryptedPrivateKey​(String encryptedPrivateKey)