Class ParameterSpecification

java.lang.Object
com.azure.analytics.synapse.artifacts.models.ParameterSpecification

public final class ParameterSpecification extends Object
Definition of a single parameter for an entity.
  • Constructor Details

    • ParameterSpecification

      public ParameterSpecification()
  • Method Details

    • getType

      public ParameterType getType()
      Get the type property: Parameter type.
      Returns:
      the type value.
    • setType

      public ParameterSpecification setType(ParameterType type)
      Set the type property: Parameter type.
      Parameters:
      type - the type value to set.
      Returns:
      the ParameterSpecification object itself.
    • getDefaultValue

      public Object getDefaultValue()
      Get the defaultValue property: Default value of parameter.
      Returns:
      the defaultValue value.
    • setDefaultValue

      public ParameterSpecification setDefaultValue(Object defaultValue)
      Set the defaultValue property: Default value of parameter.
      Parameters:
      defaultValue - the defaultValue value to set.
      Returns:
      the ParameterSpecification object itself.