public class CountAggregation extends Object implements Aggregation
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CountAggregation.Builder |
| 构造器和说明 |
|---|
CountAggregation() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAggName() |
AggregationType |
getAggType() |
String |
getFieldName() |
static CountAggregation.Builder |
newBuilder() |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
serialize() |
CountAggregation |
setAggName(String aggName) |
CountAggregation |
setFieldName(String fieldName) |
public static CountAggregation.Builder newBuilder()
public String getAggName()
getAggName 在接口中 Aggregationpublic AggregationType getAggType()
getAggType 在接口中 Aggregationpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString serialize()
serialize 在接口中 Aggregationpublic String getFieldName()
public CountAggregation setAggName(String aggName)
public CountAggregation setFieldName(String fieldName)
Copyright © 2025. All Rights Reserved.