public class GetDeploymentResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Represents the output of a get deployment operation.
Modifier and Type | Field and Description |
---|---|
private DeploymentInfo |
deploymentInfo
Information about the deployment.
|
Constructor and Description |
---|
GetDeploymentResult() |
Modifier and Type | Method and Description |
---|---|
GetDeploymentResult |
clone() |
boolean |
equals(java.lang.Object obj) |
DeploymentInfo |
getDeploymentInfo()
Information about the deployment.
|
int |
hashCode() |
void |
setDeploymentInfo(DeploymentInfo deploymentInfo)
Information about the deployment.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetDeploymentResult |
withDeploymentInfo(DeploymentInfo deploymentInfo)
Information about the deployment.
|
private DeploymentInfo deploymentInfo
Information about the deployment.
public void setDeploymentInfo(DeploymentInfo deploymentInfo)
Information about the deployment.
deploymentInfo
- Information about the deployment.public DeploymentInfo getDeploymentInfo()
Information about the deployment.
public GetDeploymentResult withDeploymentInfo(DeploymentInfo deploymentInfo)
Information about the deployment.
deploymentInfo
- Information about the deployment.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetDeploymentResult clone()
clone
in class java.lang.Object