Package com.casper.sdk.model.entity
Class AccountKind
- java.lang.Object
-
- com.casper.sdk.model.entity.AccountKind
-
- All Implemented Interfaces:
EntityAddressKind
public class AccountKind extends java.lang.Object implements EntityAddressKind
Package associated with an Account hash.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccountKind.AccountKindBuilder
-
Constructor Summary
Constructors Constructor Description AccountKind()AccountKind(AccountHashKey account)AccountKind(java.lang.String accountSt)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AccountKind.AccountKindBuilderbuilder()AccountHashKeygetAccount()voidsetAccount(AccountHashKey account)
-
-
-
Constructor Detail
-
AccountKind
public AccountKind(java.lang.String accountSt) throws NoSuchKeyTagException- Throws:
NoSuchKeyTagException
-
AccountKind
public AccountKind()
-
AccountKind
public AccountKind(AccountHashKey account)
-
-
Method Detail
-
builder
public static AccountKind.AccountKindBuilder builder()
-
getAccount
public AccountHashKey getAccount()
-
setAccount
public void setAccount(AccountHashKey account)
-
-