Package org.elasticsearch.client.eql
Class EqlSearchResponse
java.lang.Object
org.elasticsearch.client.eql.EqlSearchResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Constructor Summary
ConstructorsConstructorDescriptionEqlSearchResponse(EqlSearchResponse.Hits hits, long tookInMillis, boolean isTimeout, String asyncExecutionId, boolean isRunning, boolean isPartial) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic EqlSearchResponsefromXContent(org.elasticsearch.xcontent.XContentParser parser) inthashCode()hits()id()booleanbooleanbooleanlongtook()
-
Constructor Details
-
EqlSearchResponse
public EqlSearchResponse(EqlSearchResponse.Hits hits, long tookInMillis, boolean isTimeout, String asyncExecutionId, boolean isRunning, boolean isPartial)
-
-
Method Details