Class DeleteWatchResponse

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

public class DeleteWatchResponse extends Object
  • Constructor Details

    • DeleteWatchResponse

      public DeleteWatchResponse()
    • DeleteWatchResponse

      public DeleteWatchResponse(String id, long version, boolean found)
  • Method Details

    • getId

      public String getId()
    • getVersion

      public long getVersion()
    • isFound

      public boolean isFound()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • fromXContent

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