public class Rule extends Object
| Constructor and Description |
|---|
Rule(String target,
long value,
Aggregation aggregation) |
| Modifier and Type | Method and Description |
|---|---|
Aggregation |
getAggregation() |
String |
getTarget() |
long |
getValue() |
public Rule(String target, long value, Aggregation aggregation)
public String getTarget()
public long getValue()
public Aggregation getAggregation()
Copyright © 2019. All rights reserved.