Package org.elasticsearch.client.enrich
Class ExecutePolicyResponse
- java.lang.Object
-
- org.elasticsearch.client.enrich.ExecutePolicyResponse
-
public final class ExecutePolicyResponse extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExecutePolicyResponse.ExecutionStatus
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExecutePolicyResponsefromXContent(XContentParser parser)ExecutePolicyResponse.ExecutionStatusgetExecutionStatus()StringgetTaskId()
-
-
-
Method Detail
-
fromXContent
public static ExecutePolicyResponse fromXContent(XContentParser parser)
-
getTaskId
public String getTaskId()
-
getExecutionStatus
public ExecutePolicyResponse.ExecutionStatus getExecutionStatus()
-
-