public class AutomationHost extends QTestBaseModel<AutomationHost>
NL, properties, RESERVED_NAME| Constructor and Description |
|---|
AutomationHost() |
| Modifier and Type | Method and Description |
|---|---|
protected AutomationHost |
clone() |
java.lang.String |
elementName() |
java.lang.String |
getHostGuid() |
java.lang.String |
getHostName() |
java.lang.Long |
getHostServerId() |
java.lang.String |
getIpAddress() |
java.lang.String |
getMacAddress() |
java.lang.String |
getOs() |
java.lang.Boolean |
getStatus() |
java.lang.Long |
getStatusExpiredTime() |
java.lang.String |
jsonElementName() |
AutomationHost |
setHostGuid(java.lang.String hostGuid)
Sets the client host identifier.
|
AutomationHost |
setHostName(java.lang.String hostName)
Sets the host name.
|
AutomationHost |
setHostServerId(java.lang.Long hostServerId)
Sets the qtest server host identifier.
|
AutomationHost |
setIpAddress(java.lang.String ipAddress)
Sets the IP address.
|
AutomationHost |
setMacAddress(java.lang.String macAddress)
Sets the host MAC address.
|
void |
setOs(java.lang.String os) |
AutomationHost |
setStatus(java.lang.Boolean status)
Sét the host status.
|
AutomationHost |
setStatusExpiredTime(java.lang.Long statusExpiredTime)
Sets the status expired time.
|
AutomationHost |
withHostGuid(java.lang.String hostGuid)
Sets the client host identifier.
|
AutomationHost |
withHostName(java.lang.String hostname)
Sets the host name.
|
AutomationHost |
withHostServerId(java.lang.Long hostServerId)
Sets the host server identifier.
|
AutomationHost |
withIpAddress(java.lang.String ipAddress)
Sets the IP address.
|
AutomationHost |
withMacAddress(java.lang.String macAddress)
Sets the host MAC address.
|
AutomationHost |
withOs(java.lang.String os) |
AutomationHost |
withStatus(java.lang.Boolean status)
Sets the host status.
|
AutomationHost |
withStatusExpiredTime(java.lang.Long statusExpiredTime)
Sets the status expired time.
|
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.String getHostGuid()
public AutomationHost setHostGuid(java.lang.String hostGuid)
hostGuid - the given client host identifier to set.public AutomationHost withHostGuid(java.lang.String hostGuid)
hostGuid - the given client host identifier to set.public java.lang.String getHostName()
public AutomationHost setHostName(java.lang.String hostName)
hostName - the host name to set.public AutomationHost withHostName(java.lang.String hostname)
hostname - the given host name to set.public java.lang.String getIpAddress()
public AutomationHost setIpAddress(java.lang.String ipAddress)
ipAddress - the given IP address to set.public AutomationHost withIpAddress(java.lang.String ipAddress)
ipAddress - the given IP address to set.public java.lang.String getMacAddress()
public AutomationHost setMacAddress(java.lang.String macAddress)
macAddress - the host MAC address to set.public AutomationHost withMacAddress(java.lang.String macAddress)
macAddress - the host MAC address to set.public java.lang.Boolean getStatus()
public AutomationHost setStatus(java.lang.Boolean status)
status - the host status.public AutomationHost withStatus(java.lang.Boolean status)
status - the host status to set.public java.lang.Long getStatusExpiredTime()
public AutomationHost setStatusExpiredTime(java.lang.Long statusExpiredTime)
statusExpiredTime - the status expired time to set.public AutomationHost withStatusExpiredTime(java.lang.Long statusExpiredTime)
statusExpiredTime - the status expired time to set.public java.lang.Long getHostServerId()
public AutomationHost setHostServerId(java.lang.Long hostServerId)
hostServerId - the given server host identifier.public AutomationHost withHostServerId(java.lang.Long hostServerId)
hostServerId - the given host server identifier to set.public java.lang.String getOs()
public void setOs(java.lang.String os)
public AutomationHost withOs(java.lang.String os)
public java.lang.String elementName()
elementName in class PropertyContainerpublic java.lang.String jsonElementName()
jsonElementName in class PropertyContainerprotected AutomationHost clone()
clone in class PropertyContainer