Package org.elasticsearch.client.enrich
Class ExecutePolicyResponse
java.lang.Object
org.elasticsearch.client.enrich.ExecutePolicyResponse
public final class ExecutePolicyResponse
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExecutePolicyResponse.ExecutionStatus -
Method Summary
Modifier and Type Method Description static ExecutePolicyResponsefromXContent(org.elasticsearch.common.xcontent.XContentParser parser)ExecutePolicyResponse.ExecutionStatusgetExecutionStatus()java.lang.StringgetTaskId()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
fromXContent
public static ExecutePolicyResponse fromXContent(org.elasticsearch.common.xcontent.XContentParser parser) -
getTaskId
public java.lang.String getTaskId() -
getExecutionStatus
-