public class AggregatorInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Constructor and Description |
|---|
AggregatorInfo(java.lang.Double pAggregatedValue,
java.lang.Long pQuantityMatched)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getAggregatedValue()
Getter for the operations property, which is the list
of operations that this aggregator supports.
|
java.lang.Long |
getQuantityMatched()
Getter for the operations property, which is the list
of operations that this aggregator supports.
|
void |
setAggregatedValue(java.lang.Double pAggregatedValue)
Setter for the AggregatedValue property.
|
void |
setQuantityMatched(java.lang.Long pQuantityMatched)
Setter for the aggregators property.
|
public AggregatorInfo(java.lang.Double pAggregatedValue,
java.lang.Long pQuantityMatched)
pAggregatedValue - the aggregated value so farpQuantityMatched - the quantity that matchedpublic void setAggregatedValue(java.lang.Double pAggregatedValue)
pAggregatedValue - aggregated valuepublic java.lang.Double getAggregatedValue()
public void setQuantityMatched(java.lang.Long pQuantityMatched)
pQuantityMatched - map of aggregatorspublic java.lang.Long getQuantityMatched()