public class User extends QTestBaseModel<User>
NL, properties, RESERVED_NAME| Constructor and Description |
|---|
User() |
| Modifier and Type | Method and Description |
|---|---|
User |
clone() |
java.lang.String |
elementName() |
java.lang.Long |
getClientId() |
java.lang.String |
getClientName() |
java.lang.String |
getClientSite() |
java.lang.String |
getEmail() |
java.lang.String |
getFirstName() |
java.lang.Long |
getId() |
java.lang.String |
getLastName() |
java.lang.String |
getTimezoneOffset() |
java.lang.String |
getUsername() |
User |
setClientId(java.lang.Long clientId)
Sets the client identifier.
|
User |
setClientName(java.lang.String clientName)
Sets the client name.
|
User |
setClientSite(java.lang.String clientSite)
Sets the client site.
|
User |
setEmail(java.lang.String email)
Sets the user contact mail.
|
User |
setFirstName(java.lang.String firstName)
Sets the user first name.
|
User |
setId(java.lang.Long id)
Sets the user identifier.
|
User |
setLastName(java.lang.String lastName)
Sets the user last name.
|
User |
setTimezoneOffset(java.lang.String timezoneOffset)
Sets the timezone offset of the current user.
|
User |
setUsername(java.lang.String username)
Sets the user name.
|
User |
withClientId(java.lang.Long clientId)
Sets the client identifier and return user instance.
|
User |
withClientName(java.lang.String clientName)
Sets the client name and return the current instance.
|
User |
withClientSite(java.lang.String clientSite)
Sets the client site and return user instance.
|
User |
withEmail(java.lang.String email)
Sets the user contact mail and current user instance.
|
User |
withFirstName(java.lang.String firstName)
Sets the user first name.
|
User |
withId(java.lang.Long id)
Sets the user identifier and return itself.
|
User |
withLastName(java.lang.String lastName)
Sets the user last name.
|
User |
withTimezoneOffset(java.lang.String timezoneOffset)
Sets the timezone offset of the current user.
|
User |
withUsername(java.lang.String username)
Sets the user name and return current instance.
|
getBinaryFromInputStream, getLinks, getWebUrl, setLinks, setWebUrl, validateInputStream, withLinks, withWebUrlappendPropertiesTo, appendPropertiesTo, asDate, asDate, asInteger, asInteger, asLong, asLong, asString, asString, getProperties, getProperty, getPropertyMap, hasProperties, hasProperty, isVisible, jsonElementName, removeProperty, setPropertiesFrom, setProperty, toJson, toStringpublic java.lang.Long getId()
public User setId(java.lang.Long id)
id - the given requirement identifier.public User withId(java.lang.Long id)
id - the given user identifier value to set.public java.lang.String getUsername()
public User setUsername(java.lang.String username)
username - the given user name to set.public User withUsername(java.lang.String username)
username - the given user name to set.public java.lang.String getEmail()
public User setEmail(java.lang.String email)
email - the given user contact mail to set.public User withEmail(java.lang.String email)
email - the given user contact mail to set.public java.lang.String getFirstName()
public User setFirstName(java.lang.String firstName)
firstName - the given user first name to set.public User withFirstName(java.lang.String firstName)
firstName - the given user first name to set.public java.lang.String getLastName()
public User setLastName(java.lang.String lastName)
lastName - the given user last name.public User withLastName(java.lang.String lastName)
lastName - the given user last name to set.public java.lang.Long getClientId()
public User setClientId(java.lang.Long clientId)
clientId - the given client identifier to set.public User withClientId(java.lang.Long clientId)
clientId - the given client identifier to set.public java.lang.String getClientName()
public User setClientName(java.lang.String clientName)
clientName - the given client name to set.public User withClientName(java.lang.String clientName)
clientName - the givne client name to set.public java.lang.String getClientSite()
public User setClientSite(java.lang.String clientSite)
clientSite - the given client site value to set.public User withClientSite(java.lang.String clientSite)
clientSite - the given client site value to set.public java.lang.String getTimezoneOffset()
public User setTimezoneOffset(java.lang.String timezoneOffset)
timezoneOffset - the given timezone offset.public User withTimezoneOffset(java.lang.String timezoneOffset)
timezoneOffset - the given user's timezone offset.public User clone()
clone in class PropertyContainerpublic java.lang.String elementName()
elementName in class PropertyContainer