public static final class RollupPolicy.Rule extends Object
| Constructor and Description |
|---|
Rule(String query,
List<String> rollup)
Create a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
query()
Return the query expression string.
|
List<String> |
rollup()
Return the set of dimensions to remove.
|