|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cloudcontrolled.api.model.AbstractModel
com.cloudcontrolled.api.model.User
public class User
The user object contains informations about requested users. For example users which have access to your application / deployment or user accounts you own.
| Constructor Summary | |
|---|---|
User()
Constructor for User. |
|
| Method Summary | |
|---|---|
String |
getEmail()
Getter for the field email. |
String |
getFirstName()
getFirstName. |
String |
getLastName()
getLastName. |
String |
getUsername()
Getter for the field username. |
boolean |
isActive()
isActive. |
void |
setActive(boolean is_active)
setActive. |
void |
setEmail(String email)
Setter for the field email. |
void |
setFirstName(String first_name)
setFirstName. |
void |
setLastName(String last_name)
setLastName. |
void |
setUsername(String username)
Setter for the field username. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public User()
Constructor for User.
| Method Detail |
|---|
public String getFirstName()
getFirstName.
public void setFirstName(String first_name)
setFirstName.
first_name - the prename to setpublic String getUsername()
Getter for the field username.
public void setUsername(String username)
Setter for the field username.
username - the username to setpublic boolean isActive()
isActive.
public void setActive(boolean is_active)
setActive.
is_active - the boolean value to setpublic String getEmail()
Getter for the field email.
public void setEmail(String email)
Setter for the field email.
email - the email address to setpublic String getLastName()
getLastName.
public void setLastName(String last_name)
setLastName.
last_name - the surname to setpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||