DWCopyCommandDefaultValue Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. DWCopyCommandDefaultValue
- com.
Implements
public final class DWCopyCommandDefaultValue
implements JsonSerializable<DWCopyCommandDefaultValue>
Default value.
Constructor Summary
| Constructor | Description |
|---|---|
| DWCopyCommandDefaultValue() |
Creates an instance of DWCopy |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Object |
columnName()
Get the column |
| Object |
defaultValue()
Get the default |
|
static
DWCopy |
fromJson(JsonReader jsonReader)
Reads an instance of DWCopy |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
DWCopy |
withColumnName(Object columnName)
Set the column |
|
DWCopy |
withDefaultValue(Object defaultValue)
Set the default |
Methods inherited from java.lang.Object
Constructor Details
DWCopyCommandDefaultValue
public DWCopyCommandDefaultValue()
Creates an instance of DWCopyCommandDefaultValue class.
Method Details
columnName
public Object columnName()
Get the columnName property: Column name. Type: object (or Expression with resultType string).
Returns:
defaultValue
public Object defaultValue()
Get the defaultValue property: The default value of the column. Type: object (or Expression with resultType string).
Returns:
fromJson
public static DWCopyCommandDefaultValue fromJson(JsonReader jsonReader)
Reads an instance of DWCopyCommandDefaultValue from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withColumnName
public DWCopyCommandDefaultValue withColumnName(Object columnName)
Set the columnName property: Column name. Type: object (or Expression with resultType string).
Parameters:
Returns:
withDefaultValue
public DWCopyCommandDefaultValue withDefaultValue(Object defaultValue)
Set the defaultValue property: The default value of the column. Type: object (or Expression with resultType string).
Parameters:
Returns: