public class AssignToProjectResult extends QTestBaseModel<AssignToProjectResult>
NL, properties, RESERVED_NAME| Constructor and Description |
|---|
AssignToProjectResult() |
| Modifier and Type | Method and Description |
|---|---|
User |
clone() |
java.lang.String |
elementName() |
Profile |
getProfile() |
java.lang.Long |
getProjectId() |
java.lang.String |
jsonElementName() |
AssignToProjectResult |
setProfile(Profile profile)
Sets the user profile.
|
AssignToProjectResult |
setProjectId(java.lang.Long projectId)
Sets the current project identifier.
|
AssignToProjectResult |
withProfile(Profile profile)
Sets the user profile.
|
AssignToProjectResult |
withProjectId(java.lang.Long projectId)
Sets the current project identifier.
|
getBinaryFromInputStream, getLinks, getWebUrl, setLinks, setWebUrl, validateInputStream, withLinks, withWebUrlappendPropertiesTo, appendPropertiesTo, asDate, asDate, asInteger, asInteger, asLong, asLong, asString, asString, getProperties, getProperty, getPropertyMap, hasProperties, hasProperty, isVisible, removeProperty, setPropertiesFrom, setProperty, toJson, toStringpublic java.lang.Long getProjectId()
public AssignToProjectResult setProjectId(java.lang.Long projectId)
projectId - the given project project identifier.public AssignToProjectResult withProjectId(java.lang.Long projectId)
projectId - the given project project identifier.public Profile getProfile()
public AssignToProjectResult setProfile(Profile profile)
profile - the given user profile instance to set.public AssignToProjectResult withProfile(Profile profile)
profile - the given user profile instance to set.public User clone()
clone in class PropertyContainerpublic java.lang.String elementName()
elementName in class PropertyContainerpublic java.lang.String jsonElementName()
jsonElementName in class PropertyContainer