public class GetDeploymentResult extends Object implements Serializable
Represents the output of a get deployment operation.
Constructor and Description |
---|
GetDeploymentResult() |
Modifier and Type | Method and Description |
---|---|
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 Object
Object.toString()
Copyright © 2014. All rights reserved.