Class EqlSearchResponse.Count

java.lang.Object
org.elasticsearch.client.eql.EqlSearchResponse.Count
Enclosing class:
EqlSearchResponse

public static class EqlSearchResponse.Count
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    Count​(int count, java.util.List<java.lang.String> keys, float percent)  
  • Method Summary

    Modifier and Type Method Description
    int count()  
    boolean equals​(java.lang.Object o)  
    static EqlSearchResponse.Count fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser)  
    int hashCode()  
    java.util.List<java.lang.String> keys()  
    float percent()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Count

      public Count​(int count, java.util.List<java.lang.String> keys, float percent)
  • Method Details

    • fromXContent

      public static EqlSearchResponse.Count fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser)
    • 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
    • count

      public int count()
    • keys

      public java.util.List<java.lang.String> keys()
    • percent

      public float percent()