public class AuditLogAggregationResult extends AbstractModel
header, 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 聚合维度 | 
| Bucket[] | getBuckets()Get 聚合桶的结果集 | 
| void | setAggregationField(String AggregationField)Set 聚合维度 | 
| void | setBuckets(Bucket[] Buckets)Set 聚合桶的结果集 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AuditLogAggregationResult()
public AuditLogAggregationResult(AuditLogAggregationResult source)
public String getAggregationField()
public void setAggregationField(String AggregationField)
AggregationField - 聚合维度public Bucket[] getBuckets()
public void setBuckets(Bucket[] Buckets)
Buckets - 聚合桶的结果集Copyright © 2025. All rights reserved.