public class DistributionSpecComponent
extends java.lang.Object
| Constructor and Description |
|---|
DistributionSpecComponent(java.lang.String aql,
java.util.List<PathMapping> mappings,
java.util.List<Property> addedProps) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.List<Property> |
getAddedProps() |
java.lang.String |
getAql() |
java.util.List<PathMapping> |
getMappings() |
int |
hashCode() |
public DistributionSpecComponent(java.lang.String aql,
java.util.List<PathMapping> mappings,
java.util.List<Property> addedProps)
public java.lang.String getAql()
public java.util.List<PathMapping> getMappings()
public java.util.List<Property> getAddedProps()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object