Class EqlSearchResponse

java.lang.Object
org.elasticsearch.client.eql.EqlSearchResponse

public class EqlSearchResponse
extends java.lang.Object
  • Constructor Details

  • Method Details

    • fromXContent

      public static EqlSearchResponse fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser)
    • took

      public long took()
    • isTimeout

      public boolean isTimeout()
    • hits

      public EqlSearchResponse.Hits hits()
    • id

      public java.lang.String id()
    • isRunning

      public boolean isRunning()
    • isPartial

      public boolean isPartial()
    • equals

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

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