Class TransformConfigUpdate
java.lang.Object
org.elasticsearch.client.transform.transforms.TransformConfigUpdate
- All Implemented Interfaces:
ToXContent,ToXContentObject
public class TransformConfigUpdate extends java.lang.Object implements ToXContentObject
This class holds the mutable configuration items for a transform
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTransformConfigUpdate.BuilderNested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params -
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNAME -
Constructor Summary
Constructors Constructor Description TransformConfigUpdate(SourceConfig source, DestConfig dest, TimeValue frequency, SyncConfig syncConfig, java.lang.String description, SettingsConfig settings) -
Method Summary
Modifier and Type Method Description static TransformConfigUpdate.Builderbuilder()booleanequals(java.lang.Object other)static TransformConfigUpdatefromXContent(XContentParser parser)java.lang.StringgetDescription()DestConfiggetDestination()TimeValuegetFrequency()SettingsConfiggetSettings()SourceConfiggetSource()SyncConfiggetSyncConfig()inthashCode()java.lang.StringtoString()XContentBuildertoXContent(XContentBuilder builder, ToXContent.Params params)
-
Field Details
-
NAME
public static final java.lang.String NAME- See Also:
- Constant Field Values
-
-
Constructor Details
-
TransformConfigUpdate
public TransformConfigUpdate(SourceConfig source, DestConfig dest, TimeValue frequency, SyncConfig syncConfig, java.lang.String description, SettingsConfig settings)
-
-
Method Details
-
getSource
-
getDestination
-
getFrequency
-
getSyncConfig
-
getDescription
-
getSettings
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException- Specified by:
toXContentin interfaceToXContent- Throws:
java.io.IOException
-
equals
public boolean equals(java.lang.Object other)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
builder
-
fromXContent
-