Class DeleteWatchResponse

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

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

    Constructors
    Constructor Description
    DeleteWatchResponse()  
    DeleteWatchResponse​(java.lang.String id, long version, boolean found)  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object o)  
    static DeleteWatchResponse fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser)  
    java.lang.String getId()  
    long getVersion()  
    int hashCode()  
    boolean isFound()  

    Methods inherited from class java.lang.Object

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

    • DeleteWatchResponse

      public DeleteWatchResponse()
    • DeleteWatchResponse

      public DeleteWatchResponse​(java.lang.String id, long version, boolean found)
  • Method Details

    • getId

      public java.lang.String getId()
    • getVersion

      public long getVersion()
    • isFound

      public boolean isFound()
    • 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
    • fromXContent

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