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
Modifier and Type Method Description static StopRollupJobResponsefromXContent(org.elasticsearch.common.xcontent.XContentParser parser)protected java.lang.StringgetFieldName()Methods inherited from class org.elasticsearch.client.core.AcknowledgedResponse
equals, generateParser, hashCode, isAcknowledged
-
Constructor Details
-
StopRollupJobResponse
public StopRollupJobResponse(boolean acknowledged)
-
-
Method Details
-
fromXContent
public static StopRollupJobResponse fromXContent(org.elasticsearch.common.xcontent.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
-