Class SingleGroupSource

java.lang.Object
org.elasticsearch.client.transform.transforms.pivot.SingleGroupSource
All Implemented Interfaces:
ToXContent, ToXContentObject
Direct Known Subclasses:
DateHistogramGroupSource, HistogramGroupSource, TermsGroupSource

public abstract class SingleGroupSource
extends java.lang.Object
implements ToXContentObject
  • Field Details

  • Constructor Details

  • Method Details

    • getType

      public abstract SingleGroupSource.Type getType()
    • getField

      public java.lang.String getField()
    • equals

      public boolean equals​(java.lang.Object other)
      Overrides:
      equals in class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object