Class EqlSearchResponse.Sequence

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

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

    Constructors
    Constructor Description
    Sequence​(java.util.List<java.lang.Object> joinKeys, java.util.List<EqlSearchResponse.Event> events)  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object o)  
    java.util.List<EqlSearchResponse.Event> events()  
    static EqlSearchResponse.Sequence fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser)  
    int hashCode()  
    java.util.List<java.lang.Object> joinKeys()  

    Methods inherited from class java.lang.Object

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

    • Sequence

      public Sequence​(java.util.List<java.lang.Object> joinKeys, java.util.List<EqlSearchResponse.Event> events)
  • Method Details

    • fromXContent

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

      public java.util.List<java.lang.Object> joinKeys()
    • events

      public java.util.List<EqlSearchResponse.Event> events()
    • hashCode

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

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