ParameterSpecification Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. 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 |
|---|---|
|
static
Parameter |
fromJson(JsonReader jsonReader)
Reads an instance of Parameter |
| Object |
getDefaultValue()
Get the default |
|
Parameter |
getType()
Get the type property: Parameter type. |
|
Parameter |
setDefaultValue(Object defaultValue)
Set the default |
|
Parameter |
setType(ParameterType type)
Set the type property: Parameter type. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
ParameterSpecification
public ParameterSpecification()
Creates an instance of ParameterSpecification class.
Method Details
fromJson
public static ParameterSpecification fromJson(JsonReader jsonReader)
Reads an instance of ParameterSpecification from the JsonReader.
Parameters:
Returns:
Throws:
getDefaultValue
public Object getDefaultValue()
Get the defaultValue property: Default value of parameter.
Returns:
getType
public ParameterType getType()
Get the type property: Parameter type.
Returns:
setDefaultValue
public ParameterSpecification setDefaultValue(Object defaultValue)
Set the defaultValue property: Default value of parameter.
Parameters:
Returns:
setType
public ParameterSpecification setType(ParameterType type)
Set the type property: Parameter type.
Parameters:
Returns: