Class DWCopyCommandDefaultValue

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

public final class DWCopyCommandDefaultValue extends Object
Default value.
  • Constructor Details

    • DWCopyCommandDefaultValue

      public DWCopyCommandDefaultValue()
  • Method Details

    • 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.