public class Aggregate extends Object implements Serializable
AggregateQuery
sConstructor and Description |
---|
Aggregate() |
Modifier and Type | Method and Description |
---|---|
List<DateRange> |
getDateRanges() |
List<NumericRange> |
getNumericRanges() |
Map<String,Object> |
getParameters() |
String |
getProperty() |
String |
getType() |
List<IpRange> |
ipRanges() |
void |
setDateRanges(List<DateRange> dateRanges) |
void |
setIpRanges(List<IpRange> ipRanges) |
void |
setParameters(Map<String,Object> parameters) |
void |
setProperty(String property) |
void |
setType(String type) |
Copyright © 2014–2023 Apache Software Foundation. All rights reserved.