Class DWCopyCommandDefaultValue
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.DWCopyCommandDefaultValue
-
public final class DWCopyCommandDefaultValue extends Object
Default value.
-
-
Constructor Summary
Constructors Constructor Description DWCopyCommandDefaultValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
columnName()
Get the columnName property: Column name.Object
defaultValue()
Get the defaultValue property: The default value of the column.void
validate()
Validates the instance.DWCopyCommandDefaultValue
withColumnName(Object columnName)
Set the columnName property: Column name.DWCopyCommandDefaultValue
withDefaultValue(Object defaultValue)
Set the defaultValue property: The default value of the column.
-
-
-
Method Detail
-
columnName
public Object columnName()
Get the columnName property: Column name. Type: object (or Expression with resultType string).- Returns:
- the columnName value.
-
withColumnName
public DWCopyCommandDefaultValue withColumnName(Object columnName)
Set the columnName property: Column name. Type: object (or Expression with resultType string).- Parameters:
columnName
- the columnName value to set.- Returns:
- the DWCopyCommandDefaultValue object itself.
-
defaultValue
public Object defaultValue()
Get the defaultValue property: The default value of the column. Type: object (or Expression with resultType string).- Returns:
- the defaultValue value.
-
withDefaultValue
public DWCopyCommandDefaultValue withDefaultValue(Object defaultValue)
Set the defaultValue property: The default value of the column. Type: object (or Expression with resultType string).- Parameters:
defaultValue
- the defaultValue value to set.- Returns:
- the DWCopyCommandDefaultValue object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-