Class DeactivateWatchResponse

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

public class DeactivateWatchResponse
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    DeactivateWatchResponse​(WatchStatus status)  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object o)  
    static DeactivateWatchResponse fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser)  
    WatchStatus getStatus()  
    int hashCode()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DeactivateWatchResponse

      public DeactivateWatchResponse​(WatchStatus status)
  • Method Details

    • fromXContent

      public static DeactivateWatchResponse fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser) throws java.io.IOException
      Throws:
      java.io.IOException
    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • getStatus

      public WatchStatus getStatus()