Package org.elasticsearch.client.rollup
Class StopRollupJobResponse
- java.lang.Object
-
- org.elasticsearch.client.core.AcknowledgedResponse
-
- org.elasticsearch.client.rollup.StopRollupJobResponse
-
public class StopRollupJobResponse extends AcknowledgedResponse
-
-
Constructor Summary
Constructors Constructor Description StopRollupJobResponse(boolean acknowledged)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StopRollupJobResponsefromXContent(XContentParser parser)protected java.lang.StringgetFieldName()-
Methods inherited from class org.elasticsearch.client.core.AcknowledgedResponse
equals, generateParser, hashCode, isAcknowledged
-
-
-
-
Method Detail
-
fromXContent
public static StopRollupJobResponse fromXContent(XContentParser parser) throws java.io.IOException
- Throws:
java.io.IOException
-
getFieldName
protected java.lang.String getFieldName()
- Overrides:
getFieldNamein classAcknowledgedResponse- Returns:
- the field name this response uses to output the acknowledged flag
-
-