Package org.elasticsearch.client.rollup
Class StartRollupJobResponse
- java.lang.Object
-
- org.elasticsearch.client.core.AcknowledgedResponse
-
- org.elasticsearch.client.rollup.StartRollupJobResponse
-
- All Implemented Interfaces:
ToXContent
,ToXContentObject
public class StartRollupJobResponse extends AcknowledgedResponse
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
-
-
Field Summary
-
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
-
Constructor Summary
Constructors Constructor Description StartRollupJobResponse(boolean acknowledged)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StartRollupJobResponse
fromXContent(XContentParser parser)
protected java.lang.String
getFieldName()
-
Methods inherited from class org.elasticsearch.client.core.AcknowledgedResponse
equals, generateParser, hashCode, isAcknowledged, toXContent
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject
isFragment
-
-
-
-
Method Detail
-
fromXContent
public static StartRollupJobResponse fromXContent(XContentParser parser) throws java.io.IOException
- Throws:
java.io.IOException
-
getFieldName
protected java.lang.String getFieldName()
- Overrides:
getFieldName
in classAcknowledgedResponse
- Returns:
- the field name this response uses to output the acknowledged flag
-
-