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
  • Felddetails

    • fields

      protected String fields
      Input aggregation fields
    • name

      protected String name
      Name of the aggregation in the search aggregation response
    • type

      protected IAggregation.TypeEnum type
      Type of the aggregation.
  • Konstruktordetails

  • Methodendetails

    • fields

      public String fields()
      Input aggregation fields
    • name

      public String name()
      Name of the aggregation in the search aggregation response
    • type

      public IAggregation.TypeEnum type()
      Type of the aggregation.
    • fields

      public IAggregation fields(String fields)
      Input aggregation fields
      Gibt zurück:
      this.
    • name

      public IAggregation name(String name)
      Name of the aggregation in the search aggregation response
      Gibt zurück:
      this.
    • type

      public IAggregation type(IAggregation.TypeEnum type)
      Type of the aggregation.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object