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​(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