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(XContentParser parser)ExecutePolicyResponse.ExecutionStatusgetExecutionStatus()java.lang.StringgetTaskId()
-
-
-
Method Detail
-
fromXContent
public static ExecutePolicyResponse fromXContent(XContentParser parser)
-
getTaskId
public java.lang.String getTaskId()
-
getExecutionStatus
public ExecutePolicyResponse.ExecutionStatus getExecutionStatus()
-
-