public class ExecutionStatus extends QTestBaseModel<ExecutionStatus>
NL, properties, RESERVED_NAME| Constructor and Description |
|---|
ExecutionStatus() |
| Modifier and Type | Method and Description |
|---|---|
protected ExecutionStatus |
clone() |
java.lang.String |
elementName() |
java.lang.Long |
getId() |
java.lang.String |
getName() |
java.lang.String |
jsonElementName() |
ExecutionStatus |
setId(java.lang.Long id)
Sets the execution status identifier.
|
ExecutionStatus |
setName(java.lang.String name)
Sets the execution status name.
|
ExecutionStatus |
withId(java.lang.Long id)
Sets the execution status identifier.
|
ExecutionStatus |
withName(java.lang.String name)
Sets the execution status name.
|
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 getId()
public ExecutionStatus setId(java.lang.Long id)
id - the given status identifier to set.public ExecutionStatus withId(java.lang.Long id)
id - the given status identifier to set.public java.lang.String getName()
public ExecutionStatus setName(java.lang.String name)
name - the given execution status name to set.public ExecutionStatus withName(java.lang.String name)
name - the given execution status name to set.protected ExecutionStatus clone()
clone in class PropertyContainerpublic java.lang.String elementName()
elementName in class PropertyContainerpublic java.lang.String jsonElementName()
jsonElementName in class PropertyContainer