DWCopyCommandDefaultValue Class

  • java.lang.Object
    • com.azure.analytics.synapse.artifacts.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
static DWCopyCommandDefaultValue fromJson(JsonReader jsonReader)

Reads an instance of DWCopyCommandDefaultValue from the JsonReader.

Object getColumnName()

Get the columnName property: Column name.

Object getDefaultValue()

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

DWCopyCommandDefaultValue setColumnName(Object columnName)

Set the columnName property: Column name.

DWCopyCommandDefaultValue setDefaultValue(Object defaultValue)

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

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Constructor Details

DWCopyCommandDefaultValue

public DWCopyCommandDefaultValue()

Creates an instance of DWCopyCommandDefaultValue class.

Method Details

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.

getColumnName

public Object getColumnName()

Get the columnName property: Column name. Type: object (or Expression with resultType string).

Returns:

the columnName value.

getDefaultValue

public Object getDefaultValue()

Get the defaultValue property: The default value of the column. Type: object (or Expression with resultType string).

Returns:

the defaultValue value.

setColumnName

public DWCopyCommandDefaultValue setColumnName(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.

setDefaultValue

public DWCopyCommandDefaultValue setDefaultValue(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.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to