Package org.elasticsearch.client.rollup
Class PutRollupJobResponse
- java.lang.Object
-
- org.elasticsearch.client.core.AcknowledgedResponse
-
- org.elasticsearch.client.rollup.PutRollupJobResponse
-
- All Implemented Interfaces:
ToXContent
,ToXContentObject
public class PutRollupJobResponse 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 class org.elasticsearch.client.core.AcknowledgedResponse
PARSE_FIELD_NAME
-
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
-
Constructor Summary
Constructors Constructor Description PutRollupJobResponse(boolean acknowledged)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PutRollupJobResponse
fromXContent(XContentParser parser)
-
Methods inherited from class org.elasticsearch.client.core.AcknowledgedResponse
equals, generateParser, getFieldName, 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 PutRollupJobResponse fromXContent(XContentParser parser) throws java.io.IOException
- Throws:
java.io.IOException
-
-