public final class RegisterUserRequest extends AbstractRequest
Constructor and Description |
---|
RegisterUserRequest()
Instantiates a new register user request.
|
Modifier and Type | Method and Description |
---|---|
String |
getCountry()
Gets the country.
|
String |
getEmail()
Gets the email.
|
String |
getSessionId()
Gets the session id.
|
String |
getUsername()
Gets the username.
|
String |
getUserpassword()
Gets the userpassword.
|
com.hack23.cia.model.internal.application.user.impl.UserType |
getUserType()
Gets the user type.
|
void |
setCountry(String country)
Sets the country.
|
void |
setEmail(String email)
Sets the email.
|
void |
setSessionId(String sessionId)
Sets the session id.
|
void |
setUsername(String username)
Sets the username.
|
void |
setUserpassword(String userpassword)
Sets the userpassword.
|
void |
setUserType(com.hack23.cia.model.internal.application.user.impl.UserType userType)
Sets the user type.
|
equals, hashCode, toString
public RegisterUserRequest()
public String getCountry()
public void setCountry(String country)
country
- the new countrypublic String getUsername()
public void setUsername(String username)
username
- the new usernamepublic String getEmail()
public void setEmail(String email)
email
- the new emailpublic String getUserpassword()
public void setUserpassword(String userpassword)
userpassword
- the new userpasswordpublic com.hack23.cia.model.internal.application.user.impl.UserType getUserType()
public void setUserType(com.hack23.cia.model.internal.application.user.impl.UserType userType)
userType
- the new user typepublic String getSessionId()
public void setSessionId(String sessionId)
sessionId
- the new session idCopyright © 2010–2017 www.hack23.com. All rights reserved.