public class AuditLogAggregationResult extends AbstractModel
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 Aggregation dimension
Note: This field may return null, indicating that no valid values can be obtained.
|
Bucket[] |
getBuckets()
Get Result set of an aggregation bucket
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAggregationField(String AggregationField)
Set Aggregation dimension
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setBuckets(Bucket[] Buckets)
Set Result set of an aggregation bucket
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public AuditLogAggregationResult()
public AuditLogAggregationResult(AuditLogAggregationResult source)
public String getAggregationField()
public void setAggregationField(String AggregationField)
AggregationField
- Aggregation dimension
Note: This field may return null, indicating that no valid values can be obtained.public Bucket[] getBuckets()
public void setBuckets(Bucket[] Buckets)
Buckets
- Result set of an aggregation bucket
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.