public class AggregationCondition extends AbstractModel
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 聚合字段。目前仅支持host-源IP、user-用户名、dbName-数据库名、sqlType-sql类型。
|
Long |
getLimit()
Get 该聚合字段下要返回聚合桶的数量,最大100。
|
Long |
getOffset()
Get 偏移量。
|
void |
setAggregationField(String AggregationField)
Set 聚合字段。目前仅支持host-源IP、user-用户名、dbName-数据库名、sqlType-sql类型。
|
void |
setLimit(Long Limit)
Set 该聚合字段下要返回聚合桶的数量,最大100。
|
void |
setOffset(Long Offset)
Set 偏移量。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AggregationCondition()
public AggregationCondition(AggregationCondition source)
public String getAggregationField()
public void setAggregationField(String AggregationField)
AggregationField
- 聚合字段。目前仅支持host-源IP、user-用户名、dbName-数据库名、sqlType-sql类型。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 该聚合字段下要返回聚合桶的数量,最大100。Copyright © 2023. All rights reserved.