Class TransformConfigUpdate

java.lang.Object
org.elasticsearch.client.transform.transforms.TransformConfigUpdate
All Implemented Interfaces:
org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentObject

public class TransformConfigUpdate extends Object implements org.elasticsearch.common.xcontent.ToXContentObject
This class holds the mutable configuration items for a transform
  • Field Details

  • Constructor Details

  • Method Details

    • getSource

      public SourceConfig getSource()
    • getDestination

      public DestConfig getDestination()
    • getFrequency

      public org.elasticsearch.core.TimeValue getFrequency()
    • getSyncConfig

      public SyncConfig getSyncConfig()
    • getDescription

      @Nullable public String getDescription()
    • getSettings

      @Nullable public SettingsConfig getSettings()
    • toXContent

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

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

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

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static TransformConfigUpdate.Builder builder()
    • fromXContent

      public static TransformConfigUpdate fromXContent(org.elasticsearch.common.xcontent.XContentParser parser)