Class UpdateTransformResponse
java.lang.Object
org.elasticsearch.client.transform.UpdateTransformResponse
public class UpdateTransformResponse
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description UpdateTransformResponse(TransformConfig transformConfiguration) -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object other)static UpdateTransformResponsefromXContent(org.elasticsearch.common.xcontent.XContentParser parser)TransformConfiggetTransformConfiguration()inthashCode()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
UpdateTransformResponse
-
-
Method Details
-
fromXContent
public static UpdateTransformResponse fromXContent(org.elasticsearch.common.xcontent.XContentParser parser) -
getTransformConfiguration
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object other)- Overrides:
equalsin classjava.lang.Object
-