SsisVariable Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. SsisVariable
- com.
Implements
public final class SsisVariable
implements JsonSerializable<SsisVariable>
Ssis variable.
Constructor Summary
| Constructor | Description |
|---|---|
| SsisVariable() |
Creates an instance of Ssis |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
dataType()
Get the data |
| String |
description()
Get the description property: Variable description. |
|
static
Ssis |
fromJson(JsonReader jsonReader)
Reads an instance of Ssis |
| Long |
id()
Get the id property: Variable id. |
| String |
name()
Get the name property: Variable name. |
| Boolean |
sensitive()
Get the sensitive property: Whether variable is sensitive. |
| String |
sensitiveValue()
Get the sensitive |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
| String |
value()
Get the value property: Variable value. |
|
Ssis |
withDataType(String dataType)
Set the data |
|
Ssis |
withDescription(String description)
Set the description property: Variable description. |
|
Ssis |
withId(Long id)
Set the id property: Variable id. |
|
Ssis |
withName(String name)
Set the name property: Variable name. |
|
Ssis |
withSensitive(Boolean sensitive)
Set the sensitive property: Whether variable is sensitive. |
|
Ssis |
withSensitiveValue(String sensitiveValue)
Set the sensitive |
|
Ssis |
withValue(String value)
Set the value property: Variable value. |
Methods inherited from java.lang.Object
Constructor Details
SsisVariable
public SsisVariable()
Creates an instance of SsisVariable class.
Method Details
dataType
public String dataType()
Get the dataType property: Variable type.
Returns:
description
public String description()
Get the description property: Variable description.
Returns:
fromJson
public static SsisVariable fromJson(JsonReader jsonReader)
Reads an instance of SsisVariable from the JsonReader.
Parameters:
Returns:
Throws:
id
public Long id()
Get the id property: Variable id.
Returns:
name
public String name()
Get the name property: Variable name.
Returns:
sensitive
public Boolean sensitive()
Get the sensitive property: Whether variable is sensitive.
Returns:
sensitiveValue
public String sensitiveValue()
Get the sensitiveValue property: Variable sensitive value.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public String value()
Get the value property: Variable value.
Returns:
withDataType
public SsisVariable withDataType(String dataType)
Set the dataType property: Variable type.
Parameters:
Returns:
withDescription
public SsisVariable withDescription(String description)
Set the description property: Variable description.
Parameters:
Returns:
withId
public SsisVariable withId(Long id)
Set the id property: Variable id.
Parameters:
Returns:
withName
public SsisVariable withName(String name)
Set the name property: Variable name.
Parameters:
Returns:
withSensitive
public SsisVariable withSensitive(Boolean sensitive)
Set the sensitive property: Whether variable is sensitive.
Parameters:
Returns:
withSensitiveValue
public SsisVariable withSensitiveValue(String sensitiveValue)
Set the sensitiveValue property: Variable sensitive value.
Parameters:
Returns:
withValue
public SsisVariable withValue(String value)
Set the value property: Variable value.
Parameters:
Returns: