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