public class DeploymentResult extends Object
Constructor and Description |
---|
DeploymentResult(String deploymentId,
List<EPStatement> statements,
List<String> imports)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
String |
getDeploymentId()
Returns the deployment id.
|
List<String> |
getImports()
Returns a list of imports that were declared in the deployment.
|
List<EPStatement> |
getStatements()
Returns the statements.
|
public DeploymentResult(String deploymentId, List<EPStatement> statements, List<String> imports)
deploymentId
- deployment idstatements
- statements deployed and startedimports
- the imports that are part of the deploymentpublic String getDeploymentId()
public List<EPStatement> getStatements()