DWCopyCommandDefaultValue Class

  • java.lang.Object
    • com.azure.resourcemanager.datafactory.models.DWCopyCommandDefaultValue

Implements

public final class DWCopyCommandDefaultValue
implements JsonSerializable<DWCopyCommandDefaultValue>

Default value.

Constructor Summary

Constructor Description
DWCopyCommandDefaultValue()

Creates an instance of DWCopyCommandDefaultValue class.

Method Summary

Modifier and Type Method and Description
Object columnName()

Get the columnName property: Column name.

Object defaultValue()

Get the defaultValue property: The default value of the column.

static DWCopyCommandDefaultValue fromJson(JsonReader jsonReader)

Reads an instance of DWCopyCommandDefaultValue from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
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.

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:

the columnName value.

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.

fromJson

public static DWCopyCommandDefaultValue fromJson(JsonReader jsonReader)

Reads an instance of DWCopyCommandDefaultValue from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of DWCopyCommandDefaultValue if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the DWCopyCommandDefaultValue.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

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:

columnName - the columnName value to set.

Returns:

the DWCopyCommandDefaultValue object itself.

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.

Applies to