Module org.elasticsearch.xcore
Class Payload.XContent
java.lang.Object
org.elasticsearch.xpack.core.watcher.watch.Payload.Simple
org.elasticsearch.xpack.core.watcher.watch.Payload.XContent
- All Implemented Interfaces:
org.elasticsearch.xcontent.ToXContent,org.elasticsearch.xcontent.ToXContentObject,Payload
- Enclosing interface:
Payload
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.xpack.core.watcher.watch.Payload
Payload.Simple, Payload.XContentNested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
org.elasticsearch.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.xcontent.ToXContent.MapParams, org.elasticsearch.xcontent.ToXContent.Params -
Field Summary
Fields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY_PARAMS -
Constructor Summary
ConstructorsConstructorDescriptionXContent(ChunkedToXContentObject response, org.elasticsearch.xcontent.ToXContent.Params params) XContent(org.elasticsearch.xcontent.ToXContentObject response, org.elasticsearch.xcontent.ToXContent.Params params) -
Method Summary
Methods inherited from class org.elasticsearch.xpack.core.watcher.watch.Payload.Simple
data, equals, hashCode, toString, toXContentMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragment
-
Constructor Details
-
XContent
public XContent(org.elasticsearch.xcontent.ToXContentObject response, org.elasticsearch.xcontent.ToXContent.Params params) throws IOException - Throws:
IOException
-
XContent
public XContent(ChunkedToXContentObject response, org.elasticsearch.xcontent.ToXContent.Params params) throws IOException - Throws:
IOException
-