Class AccountRequest
- java.lang.Object
-
- de.trustable.ca3s.core.service.dto.acme.AccountRequest
-
@Immutable public class AccountRequest extends Object
-
-
Constructor Summary
Constructors Constructor Description AccountRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>getContacts()ObjectgetExternalAccountBinding()AccountStatusgetStatus()BooleanisOnlyReturnExisting()BooleanisTermsAgreed()voidsetExternalAccountBinding(Object externalAccountBinding)voidsetOnlyReturnExisting(boolean onlyReturnExisting)voidsetStatus(AccountStatus status)voidsetTermsAgreed(boolean termsAgreed)StringtoString()
-
-
-
Method Detail
-
getStatus
public AccountStatus getStatus()
- Returns:
- the status
-
setStatus
public void setStatus(AccountStatus status)
- Parameters:
status- the status to set
-
isTermsAgreed
public Boolean isTermsAgreed()
- Returns:
- the termsAgreed
-
setTermsAgreed
public void setTermsAgreed(boolean termsAgreed)
- Parameters:
termsAgreed- the termsAgreed to set
-
isOnlyReturnExisting
public Boolean isOnlyReturnExisting()
- Returns:
- the onlyReturnExisting
-
setOnlyReturnExisting
public void setOnlyReturnExisting(boolean onlyReturnExisting)
- Parameters:
onlyReturnExisting- the onlyReturnExisting to set
-
getExternalAccountBinding
public Object getExternalAccountBinding()
- Returns:
- the externalAccountBinding
-
setExternalAccountBinding
public void setExternalAccountBinding(Object externalAccountBinding)
- Parameters:
externalAccountBinding- the externalAccountBinding to set
-
-