Class ParameterSpecification
java.lang.Object
com.azure.resourcemanager.datafactory.models.ParameterSpecification
Definition of a single parameter for an entity.
-
Constructor Summary
ConstructorDescriptionCreates an instance of ParameterSpecification class. -
Method Summary
Modifier and TypeMethodDescriptionGet the defaultValue property: Default value of parameter.type()
Get the type property: Parameter type.void
validate()
Validates the instance.withDefaultValue
(Object defaultValue) Set the defaultValue property: Default value of parameter.withType
(ParameterType type) Set the type property: Parameter type.
-
Constructor Details
-
ParameterSpecification
public ParameterSpecification()Creates an instance of ParameterSpecification class.
-
-
Method Details
-
type
Get the type property: Parameter type.- Returns:
- the type value.
-
withType
Set the type property: Parameter type.- Parameters:
type
- the type value to set.- Returns:
- the ParameterSpecification object itself.
-
defaultValue
Get the defaultValue property: Default value of parameter.- Returns:
- the defaultValue value.
-
withDefaultValue
Set the defaultValue property: Default value of parameter.- Parameters:
defaultValue
- the defaultValue value to set.- Returns:
- the ParameterSpecification object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-