@Validated
@Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
date="2022-09-21T05:34:26.783Z[Etc/UTC]")
public class AggregationSpec
extends java.lang.Object
| Constructor and Description |
|---|
AggregationSpec() |
| Modifier and Type | Method and Description |
|---|---|
AggregationSpec |
aggregationType(AggregationType aggregationType) |
boolean |
equals(java.lang.Object o) |
AggregationSpec |
fieldPath(java.lang.String fieldPath) |
@NotNull @Valid AggregationType |
getAggregationType()
Get aggregationType
|
@NotNull java.lang.String |
getFieldPath()
Name of the member/field.
|
int |
hashCode() |
void |
setAggregationType(AggregationType aggregationType) |
void |
setFieldPath(java.lang.String fieldPath) |
java.lang.String |
toString() |
public AggregationSpec fieldPath(java.lang.String fieldPath)
@NotNull public @NotNull java.lang.String getFieldPath()
public void setFieldPath(java.lang.String fieldPath)
public AggregationSpec aggregationType(AggregationType aggregationType)
@NotNull @Valid public @NotNull @Valid AggregationType getAggregationType()
public void setAggregationType(AggregationType aggregationType)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object