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 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 String toString()
toString
in class Object
Object.toString()
public GetDeploymentResult clone()
Copyright © 2015. All rights reserved.