Class AcmeAccountView
- java.lang.Object
-
- de.trustable.ca3s.core.service.dto.AcmeAccountView
-
- All Implemented Interfaces:
Serializable
public class AcmeAccountView extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AcmeAccountView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetAccountId()String[]getContactUrls()InstantgetCreatedOn()LonggetId()LonggetOrderCount()StringgetPublicKey()StringgetPublicKeyHash()StringgetRealm()AccountStatusgetStatus()BooleangetTermsOfServiceAgreed()voidsetAccountId(Long accountId)voidsetContactUrls(String[] contactUrls)voidsetCreatedOn(Instant createdOn)voidsetId(Long id)voidsetOrderCount(Long orderCount)voidsetPublicKey(String publicKey)voidsetPublicKeyHash(String publicKeyHash)voidsetRealm(String realm)voidsetStatus(AccountStatus status)voidsetTermsOfServiceAgreed(Boolean termsOfServiceAgreed)
-
-
-
Method Detail
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getAccountId
public Long getAccountId()
-
setAccountId
public void setAccountId(Long accountId)
-
getRealm
public String getRealm()
-
setRealm
public void setRealm(String realm)
-
getCreatedOn
public Instant getCreatedOn()
-
setCreatedOn
public void setCreatedOn(Instant createdOn)
-
getStatus
public AccountStatus getStatus()
-
setStatus
public void setStatus(AccountStatus status)
-
getTermsOfServiceAgreed
public Boolean getTermsOfServiceAgreed()
-
setTermsOfServiceAgreed
public void setTermsOfServiceAgreed(Boolean termsOfServiceAgreed)
-
getPublicKey
public String getPublicKey()
-
setPublicKey
public void setPublicKey(String publicKey)
-
getPublicKeyHash
public String getPublicKeyHash()
-
setPublicKeyHash
public void setPublicKeyHash(String publicKeyHash)
-
getContactUrls
public String[] getContactUrls()
-
setContactUrls
public void setContactUrls(String[] contactUrls)
-
getOrderCount
public Long getOrderCount()
-
setOrderCount
public void setOrderCount(Long orderCount)
-
-