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(XContentParser parser)TransformConfiggetTransformConfiguration()inthashCode()
-
-
-
Constructor Detail
-
UpdateTransformResponse
public UpdateTransformResponse(TransformConfig transformConfiguration)
-
-
Method Detail
-
fromXContent
public static UpdateTransformResponse fromXContent(XContentParser parser)
-
getTransformConfiguration
public TransformConfig getTransformConfiguration()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
-