ParameterSpecification Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. ParameterSpecification
- com.
Implements
public final class ParameterSpecification
implements JsonSerializable<ParameterSpecification>
Definition of a single parameter for an entity.
Constructor Summary
| Constructor | Description |
|---|---|
| ParameterSpecification() |
Creates an instance of Parameter |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Object |
defaultValue()
Get the default |
|
static
Parameter |
fromJson(JsonReader jsonReader)
Reads an instance of Parameter |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Parameter |
type()
Get the type property: Parameter type. |
| void |
validate()
Validates the instance. |
|
Parameter |
withDefaultValue(Object defaultValue)
Set the default |
|
Parameter |
withType(ParameterType type)
Set the type property: Parameter type. |
Methods inherited from java.lang.Object
Constructor Details
ParameterSpecification
public ParameterSpecification()
Creates an instance of ParameterSpecification class.
Method Details
defaultValue
public Object defaultValue()
Get the defaultValue property: Default value of parameter.
Returns:
fromJson
public static ParameterSpecification fromJson(JsonReader jsonReader)
Reads an instance of ParameterSpecification from the JsonReader.
Parameters:
Returns:
Throws:
toJson
type
public ParameterType type()
Get the type property: Parameter type.
Returns:
validate
public void validate()
Validates the instance.
withDefaultValue
public ParameterSpecification withDefaultValue(Object defaultValue)
Set the defaultValue property: Default value of parameter.
Parameters:
Returns:
withType
public ParameterSpecification withType(ParameterType type)
Set the type property: Parameter type.
Parameters:
Returns: