类 AckWatchResponse

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

public class AckWatchResponse
extends java.lang.Object
The response from an 'ack watch' request.
  • 构造器概要

    构造器
    构造器 说明
    AckWatchResponse​(WatchStatus status)  
  • 方法概要

    修饰符和类型 方法 说明
    static AckWatchResponse fromXContent​(org.easysearch.common.xcontent.XContentParser parser)  
    WatchStatus getStatus()  

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • AckWatchResponse

      public AckWatchResponse​(WatchStatus status)
  • 方法详细资料

    • getStatus

      public WatchStatus getStatus()
      返回:
      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.easysearch.common.xcontent.XContentParser parser) throws java.io.IOException
      抛出:
      java.io.IOException