SsisParameter Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. SsisParameter
- com.
Implements
public final class SsisParameter
implements JsonSerializable<SsisParameter>
Ssis parameter.
Constructor Summary
| Constructor | Description |
|---|---|
| SsisParameter() |
Creates an instance of Ssis |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
dataType()
Get the data |
| String |
defaultValue()
Get the default |
| String |
description()
Get the description property: Parameter description. |
| String |
designDefaultValue()
Get the design |
|
static
Ssis |
fromJson(JsonReader jsonReader)
Reads an instance of Ssis |
| Long |
id()
Get the id property: Parameter id. |
| String |
name()
Get the name property: Parameter name. |
| Boolean |
required()
Get the required property: Whether parameter is required. |
| Boolean |
sensitive()
Get the sensitive property: Whether parameter is sensitive. |
| String |
sensitiveDefaultValue()
Get the sensitive |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
| Boolean |
valueSet()
Get the value |
| String |
valueType()
Get the value |
| String |
variable()
Get the variable property: Parameter reference variable. |
|
Ssis |
withDataType(String dataType)
Set the data |
|
Ssis |
withDefaultValue(String defaultValue)
Set the default |
|
Ssis |
withDescription(String description)
Set the description property: Parameter description. |
|
Ssis |
withDesignDefaultValue(String designDefaultValue)
Set the design |
|
Ssis |
withId(Long id)
Set the id property: Parameter id. |
|
Ssis |
withName(String name)
Set the name property: Parameter name. |
|
Ssis |
withRequired(Boolean required)
Set the required property: Whether parameter is required. |
|
Ssis |
withSensitive(Boolean sensitive)
Set the sensitive property: Whether parameter is sensitive. |
|
Ssis |
withSensitiveDefaultValue(String sensitiveDefaultValue)
Set the sensitive |
|
Ssis |
withValueSet(Boolean valueSet)
Set the value |
|
Ssis |
withValueType(String valueType)
Set the value |
|
Ssis |
withVariable(String variable)
Set the variable property: Parameter reference variable. |
Methods inherited from java.lang.Object
Constructor Details
SsisParameter
public SsisParameter()
Creates an instance of SsisParameter class.
Method Details
dataType
public String dataType()
Get the dataType property: Parameter type.
Returns:
defaultValue
public String defaultValue()
Get the defaultValue property: Default value of parameter.
Returns:
description
public String description()
Get the description property: Parameter description.
Returns:
designDefaultValue
public String designDefaultValue()
Get the designDefaultValue property: Design default value of parameter.
Returns:
fromJson
public static SsisParameter fromJson(JsonReader jsonReader)
Reads an instance of SsisParameter from the JsonReader.
Parameters:
Returns:
Throws:
id
public Long id()
Get the id property: Parameter id.
Returns:
name
public String name()
Get the name property: Parameter name.
Returns:
required
public Boolean required()
Get the required property: Whether parameter is required.
Returns:
sensitive
public Boolean sensitive()
Get the sensitive property: Whether parameter is sensitive.
Returns:
sensitiveDefaultValue
public String sensitiveDefaultValue()
Get the sensitiveDefaultValue property: Default sensitive value of parameter.
Returns:
toJson
validate
public void validate()
Validates the instance.
valueSet
public Boolean valueSet()
Get the valueSet property: Parameter value set.
Returns:
valueType
public String valueType()
Get the valueType property: Parameter value type.
Returns:
variable
public String variable()
Get the variable property: Parameter reference variable.
Returns:
withDataType
public SsisParameter withDataType(String dataType)
Set the dataType property: Parameter type.
Parameters:
Returns:
withDefaultValue
public SsisParameter withDefaultValue(String defaultValue)
Set the defaultValue property: Default value of parameter.
Parameters:
Returns:
withDescription
public SsisParameter withDescription(String description)
Set the description property: Parameter description.
Parameters:
Returns:
withDesignDefaultValue
public SsisParameter withDesignDefaultValue(String designDefaultValue)
Set the designDefaultValue property: Design default value of parameter.
Parameters:
Returns:
withId
public SsisParameter withId(Long id)
Set the id property: Parameter id.
Parameters:
Returns:
withName
public SsisParameter withName(String name)
Set the name property: Parameter name.
Parameters:
Returns:
withRequired
public SsisParameter withRequired(Boolean required)
Set the required property: Whether parameter is required.
Parameters:
Returns:
withSensitive
public SsisParameter withSensitive(Boolean sensitive)
Set the sensitive property: Whether parameter is sensitive.
Parameters:
Returns:
withSensitiveDefaultValue
public SsisParameter withSensitiveDefaultValue(String sensitiveDefaultValue)
Set the sensitiveDefaultValue property: Default sensitive value of parameter.
Parameters:
Returns:
withValueSet
public SsisParameter withValueSet(Boolean valueSet)
Set the valueSet property: Parameter value set.
Parameters:
Returns:
withValueType
public SsisParameter withValueType(String valueType)
Set the valueType property: Parameter value type.
Parameters:
Returns:
withVariable
public SsisParameter withVariable(String variable)
Set the variable property: Parameter reference variable.
Parameters:
Returns: