Klasse IAggregation
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.IAggregation
- Bekannte direkte Unterklassen:
GroupingAggregation,MetricsAggregation,TimeSeriesAggregation
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IAggregation
extends Object
IAggregation
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedIAggregation(String fields, String name, IAggregation.TypeEnum type) IAggregation(Consumer<IAggregation> spec) Constructs a validated implementation ofIAggregation. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanbooleanfields()Input aggregation fieldsInput aggregation fieldsinthashCode()name()Name of the aggregation in the search aggregation responseName of the aggregation in the search aggregation responsetoString()type()Type of the aggregation.type(IAggregation.TypeEnum type) Type of the aggregation.
-
Felddetails
-
fields
Input aggregation fields -
name
Name of the aggregation in the search aggregation response -
type
Type of the aggregation.
-
-
Konstruktordetails
-
IAggregation
Constructs a validated implementation ofIAggregation.- Parameter:
spec- the specification to process
-
IAggregation
-
IAggregation
protected IAggregation()
-
-
Methodendetails
-
fields
Input aggregation fields -
name
Name of the aggregation in the search aggregation response -
type
Type of the aggregation. -
fields
Input aggregation fields- Gibt zurück:
this.
-
name
Name of the aggregation in the search aggregation response- Gibt zurück:
this.
-
type
Type of the aggregation.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-