public static class EPDeploymentDependencyProvided.Item extends Object
Constructor and Description |
---|
Item(EPObjectType objectType,
String objectName,
Set<String> deploymentIds)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Set<String> |
getDeploymentIds()
Returns the deployment id of consuming deployments
|
String |
getObjectName()
Returns the EPL object name.
|
EPObjectType |
getObjectType()
Returns the EPL object type
|
int |
hashCode() |
String |
toString() |
public Item(EPObjectType objectType, String objectName, Set<String> deploymentIds)
objectType
- EPL object typeobjectName
- EPL object namedeploymentIds
- deployment ids of consumerspublic EPObjectType getObjectType()
public String getObjectName()
public Set<String> getDeploymentIds()
Copyright © 2005–2020. All rights reserved.