Class AckWatchResponse

java.lang.Object
org.elasticsearch.client.watcher.AckWatchResponse

public class AckWatchResponse extends Object
The response from an 'ack watch' request.
  • Constructor Details

    • AckWatchResponse

      public AckWatchResponse(WatchStatus status)
  • Method Details

    • getStatus

      public WatchStatus getStatus()
      Returns:
      the status of the requested watch. If an action was successfully acknowledged, this will be reflected in its status.
    • fromXContent

      public static AckWatchResponse fromXContent(org.elasticsearch.xcontent.XContentParser parser) throws IOException
      Throws:
      IOException