Class PreviewTransformRequest

java.lang.Object
org.elasticsearch.client.transform.PreviewTransformRequest
All Implemented Interfaces:
Validatable, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject

public class PreviewTransformRequest extends Object implements org.elasticsearch.xcontent.ToXContentObject, Validatable
  • Constructor Details

    • PreviewTransformRequest

      public PreviewTransformRequest(String transformId)
    • PreviewTransformRequest

      public PreviewTransformRequest(TransformConfig config)
  • Method Details

    • getTransformId

      public String getTransformId()
    • getConfig

      public TransformConfig getConfig()
    • toXContent

      public org.elasticsearch.xcontent.XContentBuilder toXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) throws IOException
      Specified by:
      toXContent in interface org.elasticsearch.xcontent.ToXContent
      Throws:
      IOException
    • validate

      public Optional<ValidationException> validate()
      Description copied from interface: Validatable
      Perform validation. This method does not have to be overridden in the event that no validation needs to be done, or the validation was done during object construction time. A ValidationException that is not null is assumed to contain validation errors and will be thrown.
      Specified by:
      validate in interface Validatable
      Returns:
      An Optional ValidationException that contains a list of validation errors.
    • hashCode

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object