public class AggregationCondition extends AbstractModel
header, skipSign
Constructor and Description |
---|
AggregationCondition() |
AggregationCondition(AggregationCondition source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getAggregationField()
Get Aggregation field.
|
Long |
getLimit()
Get Number of buckets returned under this field.
|
Long |
getOffset()
Get Offset
|
void |
setAggregationField(String AggregationField)
Set Aggregation field.
|
void |
setLimit(Long Limit)
Set Number of buckets returned under this field.
|
void |
setOffset(Long Offset)
Set Offset
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AggregationCondition()
public AggregationCondition(AggregationCondition source)
public String getAggregationField()
public void setAggregationField(String AggregationField)
AggregationField
- Aggregation field. Valid values: `host` (source IP), `user` (username), `dbName` (database name), `sqlType` (SQL type).public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offsetpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of buckets returned under this field. Maximum value: `100`.Copyright © 2024. All rights reserved.