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