public class AuditLogAggregationResult extends AbstractModel
skipSign
Constructor and Description |
---|
AuditLogAggregationResult() |
AuditLogAggregationResult(AuditLogAggregationResult 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 聚合维度
注意:此字段可能返回 null,表示取不到有效值。
|
Bucket[] |
getBuckets()
Get 聚合桶的结果集
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAggregationField(String AggregationField)
Set 聚合维度
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBuckets(Bucket[] Buckets)
Set 聚合桶的结果集
注意:此字段可能返回 null,表示取不到有效值。
|
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 AuditLogAggregationResult()
public AuditLogAggregationResult(AuditLogAggregationResult source)
public String getAggregationField()
public void setAggregationField(String AggregationField)
AggregationField
- 聚合维度
注意:此字段可能返回 null,表示取不到有效值。public Bucket[] getBuckets()
public void setBuckets(Bucket[] Buckets)
Buckets
- 聚合桶的结果集
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.