Class AggregationSpec
- java.lang.Object
-
- io.datahubproject.openapi.generated.AggregationSpec
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2023-12-06T11:25:47.362934Z[Etc/UTC]") public class AggregationSpec extends java.lang.ObjectProvides the aggregation specification on a member/field.
-
-
Constructor Summary
Constructors Constructor Description AggregationSpec()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AggregationSpecaggregationType(AggregationType aggregationType)booleanequals(java.lang.Object o)AggregationSpecfieldPath(java.lang.String fieldPath)@NotNull @Valid AggregationTypegetAggregationType()Get aggregationType@NotNull java.lang.StringgetFieldPath()Name of the member/field.inthashCode()voidsetAggregationType(AggregationType aggregationType)voidsetFieldPath(java.lang.String fieldPath)java.lang.StringtoString()
-
-
-
Method Detail
-
fieldPath
public AggregationSpec fieldPath(java.lang.String fieldPath)
-
getFieldPath
@NotNull public @NotNull java.lang.String getFieldPath()
Name of the member/field.- Returns:
- fieldPath
-
setFieldPath
public void setFieldPath(java.lang.String fieldPath)
-
aggregationType
public AggregationSpec aggregationType(AggregationType aggregationType)
-
getAggregationType
@NotNull @Valid public @NotNull @Valid AggregationType getAggregationType()
Get aggregationType- Returns:
- aggregationType
-
setAggregationType
public void setAggregationType(AggregationType aggregationType)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-