Class UpdateTransformResponse
- java.lang.Object
-
- org.elasticsearch.client.transform.UpdateTransformResponse
-
public class UpdateTransformResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description UpdateTransformResponse(TransformConfig transformConfiguration)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(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()
-
-