Package org.xipki.ca.gateway.acme.msg
Class AccountResponse
- java.lang.Object
-
- org.xipki.ca.gateway.acme.msg.AccountResponse
-
public class AccountResponse extends Object
- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description AccountResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getContact()JoseMessagegetExternalAccountBinding()StringgetOrders()AccountStatusgetStatus()BooleangetTermsOfServiceAgreed()voidsetContact(List<String> contact)voidsetExternalAccountBinding(JoseMessage externalAccountBinding)voidsetOrders(String orders)voidsetStatus(AccountStatus status)voidsetTermsOfServiceAgreed(Boolean termsOfServiceAgreed)
-
-
-
Method Detail
-
getStatus
public AccountStatus getStatus()
-
setStatus
public void setStatus(AccountStatus status)
-
getExternalAccountBinding
public JoseMessage getExternalAccountBinding()
-
setExternalAccountBinding
public void setExternalAccountBinding(JoseMessage externalAccountBinding)
-
getTermsOfServiceAgreed
public Boolean getTermsOfServiceAgreed()
-
setTermsOfServiceAgreed
public void setTermsOfServiceAgreed(Boolean termsOfServiceAgreed)
-
getOrders
public String getOrders()
-
setOrders
public void setOrders(String orders)
-
-