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

public static class Payload.XContent extends Payload.Simple
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.elasticsearch.xpack.core.watcher.watch.Payload

    Payload.Simple, Payload.XContent

    Nested 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.xpack.core.watcher.watch.Payload

    EMPTY

    Fields inherited from interface org.elasticsearch.xcontent.ToXContent

    EMPTY_PARAMS
  • Constructor Summary

    Constructors
    Constructor
    Description
    XContent(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, toXContent

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.elasticsearch.xcontent.ToXContentObject

    isFragment
  • Constructor Details