public final class RegisterUserResponse extends AbstractResponse
ServiceResponse.ServiceResult
Constructor and Description |
---|
RegisterUserResponse(ServiceResponse.ServiceResult result)
Instantiates a new register user response.
|
Modifier and Type | Method and Description |
---|---|
com.hack23.cia.model.internal.application.user.impl.UserAccount |
getUserAccount()
Gets the user account.
|
void |
setUserAccount(com.hack23.cia.model.internal.application.user.impl.UserAccount userAccount)
Sets the user account.
|
equals, getResult, hashCode, toString
public RegisterUserResponse(ServiceResponse.ServiceResult result)
result
- the resultpublic com.hack23.cia.model.internal.application.user.impl.UserAccount getUserAccount()
public void setUserAccount(com.hack23.cia.model.internal.application.user.impl.UserAccount userAccount)
userAccount
- the new user accountCopyright © 2010–2017 www.hack23.com. All rights reserved.