public class GetDeploymentStatus
extends java.lang.Object
implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_TIMEOUT |
java.lang.String |
hostname |
java.lang.String |
installName |
java.lang.String |
processName |
int |
timeout |
Constructor and Description |
---|
GetDeploymentStatus() |
GetDeploymentStatus(GetDeploymentStatus o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this GetDeploymentStatus.
|
static GetDeploymentStatus |
fromString(java.lang.String s)
String representation of this GetDeploymentStatus.
|
java.lang.String |
getHostname()
If not null, restrict to this host
|
java.lang.String |
getInstallName()
If not null, restrict to this install
|
java.lang.String |
getProcessName()
If not null, restrict to this process
|
int |
getTimeout()
-
|
GetDeploymentStatus |
makeCopy()
Creates and returns a deep copy of this GetDeploymentStatus.
|
static GetDeploymentStatus |
readFrom(java.io.InputStream is)
Read this GetDeploymentStatus from an XML fragment.
|
void |
setHostname(java.lang.String hostname)
If not null, restrict to this host
|
void |
setInstallName(java.lang.String installName)
If not null, restrict to this install
|
void |
setProcessName(java.lang.String processName)
If not null, restrict to this process
|
void |
setTimeout(int timeout)
-
|
java.lang.String |
toString()
String representation of this GetDeploymentStatus.
|
GetDeploymentStatus |
withHostname(java.lang.String hostname) |
GetDeploymentStatus |
withInstallName(java.lang.String installName) |
GetDeploymentStatus |
withProcessName(java.lang.String processName) |
GetDeploymentStatus |
withTimeout(int timeout) |
GetDeploymentStatus |
withTimeout(java.lang.Integer timeout) |
void |
writeTo(java.io.OutputStream os)
Write this GetDeploymentStatus as an XML fragment
|
public java.lang.String hostname
public java.lang.String installName
public java.lang.String processName
public int timeout
public static final int DEFAULT_TIMEOUT
public GetDeploymentStatus()
public GetDeploymentStatus(GetDeploymentStatus o)
public void setHostname(java.lang.String hostname)
public java.lang.String getHostname()
public GetDeploymentStatus withHostname(java.lang.String hostname)
public void setInstallName(java.lang.String installName)
public java.lang.String getInstallName()
public GetDeploymentStatus withInstallName(java.lang.String installName)
public void setProcessName(java.lang.String processName)
public java.lang.String getProcessName()
public GetDeploymentStatus withProcessName(java.lang.String processName)
public void setTimeout(int timeout)
public int getTimeout()
public GetDeploymentStatus withTimeout(int timeout)
public GetDeploymentStatus withTimeout(java.lang.Integer timeout)
public GetDeploymentStatus makeCopy()
public static GetDeploymentStatus readFrom(java.io.InputStream is) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void writeTo(java.io.OutputStream os) throws javax.xml.bind.JAXBException, java.io.IOException
javax.xml.bind.JAXBException
java.io.IOException
public static GetDeploymentStatus fromString(java.lang.String s) throws javax.xml.bind.JAXBException, java.io.UnsupportedEncodingException
javax.xml.bind.JAXBException
java.io.UnsupportedEncodingException
public java.lang.String toString()
toString
in class java.lang.Object
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.