public class UndeploymentResult
extends java.lang.Object
Constructor and Description |
---|
UndeploymentResult(java.lang.String deploymentId,
java.util.List<DeploymentInformationItem> statementInfo)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDeploymentId()
Returns the deployment id.
|
java.util.List<DeploymentInformationItem> |
getStatementInfo()
Statement-level undeploy information.
|
public UndeploymentResult(java.lang.String deploymentId, java.util.List<DeploymentInformationItem> statementInfo)
deploymentId
- id generated by deployment operationstatementInfo
- statement-level deployment informationpublic java.lang.String getDeploymentId()
public java.util.List<DeploymentInformationItem> getStatementInfo()