public class GetDeploymentResult extends Object implements Serializable, Cloneable
Represents the output of a get deployment operation.
| Constructor and Description |
|---|
GetDeploymentResult() |
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentResult |
clone() |
boolean |
equals(Object obj) |
DeploymentInfo |
getDeploymentInfo()
Information about the deployment.
|
int |
hashCode() |
void |
setDeploymentInfo(DeploymentInfo deploymentInfo)
Information about the deployment.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetDeploymentResult |
withDeploymentInfo(DeploymentInfo deploymentInfo)
Information about the deployment.
|
public DeploymentInfo getDeploymentInfo()
public void setDeploymentInfo(DeploymentInfo deploymentInfo)
deploymentInfo - Information about the deployment.public GetDeploymentResult withDeploymentInfo(DeploymentInfo deploymentInfo)
Returns a reference to this object so that method calls can be chained together.
deploymentInfo - Information about the deployment.public String toString()
toString in class ObjectObject.toString()public GetDeploymentResult clone()
Copyright © 2015. All rights reserved.