public class CountAggregation extends Object implements Aggregation
| Modifier and Type | Class and Description |
|---|---|
static class |
CountAggregation.Builder |
| Constructor and Description |
|---|
CountAggregation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAggName() |
AggregationType |
getAggType() |
String |
getFieldName() |
static CountAggregation.Builder |
newBuilder() |
com.google.protobuf.ByteString |
serialize() |
CountAggregation |
setAggName(String aggName) |
CountAggregation |
setFieldName(String fieldName) |
public static CountAggregation.Builder newBuilder()
public String getAggName()
getAggName in interface Aggregationpublic AggregationType getAggType()
getAggType in interface Aggregationpublic com.google.protobuf.ByteString serialize()
serialize in interface Aggregationpublic String getFieldName()
public CountAggregation setAggName(String aggName)
public CountAggregation setFieldName(String fieldName)
Copyright © 2024. All Rights Reserved.