Class CreateAccountUserResponse
java.lang.Object
com.broadleafcommerce.customer.web.endpoint.domain.CreateAccountUserResponse
- All Implemented Interfaces:
Serializable
Used to describe the result of creating a new account user.
- Since:
- Customer Services 2.1.0, Release Train 2.3.0
- Author:
- Sunny Yu
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanTheAccountMemberthat was created.Additional attributes.inthashCode()booleanvoidsetAccountMember(AccountMember accountMember) TheAccountMemberthat was created.voidsetAttributes(Map<String, Object> attributes) Additional attributes.voidsetErrorMessage(String errorMessage) voidsetSuccess(boolean success) toString()
-
Constructor Details
-
CreateAccountUserResponse
public CreateAccountUserResponse()
-
-
Method Details
-
getAccountMember
TheAccountMemberthat was created. -
isSuccess
public boolean isSuccess() -
getErrorMessage
-
getAttributes
Additional attributes. -
setAccountMember
TheAccountMemberthat was created. -
setSuccess
public void setSuccess(boolean success) -
setErrorMessage
-
setAttributes
Additional attributes. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-