SsisParameter Class

  • java.lang.Object
    • com.azure.resourcemanager.synapse.models.SsisParameter

Implements

public final class SsisParameter
implements JsonSerializable<SsisParameter>

Ssis parameter.

Constructor Summary

Constructor Description
SsisParameter()

Creates an instance of SsisParameter class.

Method Summary

Modifier and Type Method and Description
String dataType()

Get the dataType property: Parameter type.

String defaultValue()

Get the defaultValue property: Default value of parameter.

String description()

Get the description property: Parameter description.

String designDefaultValue()

Get the designDefaultValue property: Design default value of parameter.

static SsisParameter fromJson(JsonReader jsonReader)

Reads an instance of SsisParameter from the JsonReader.

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 sensitiveDefaultValue property: Default sensitive value of parameter.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Boolean valueSet()

Get the valueSet property: Parameter value set.

String valueType()

Get the valueType property: Parameter value type.

String variable()

Get the variable property: Parameter reference variable.

SsisParameter withDataType(String dataType)

Set the dataType property: Parameter type.

SsisParameter withDefaultValue(String defaultValue)

Set the defaultValue property: Default value of parameter.

SsisParameter withDescription(String description)

Set the description property: Parameter description.

SsisParameter withDesignDefaultValue(String designDefaultValue)

Set the designDefaultValue property: Design default value of parameter.

SsisParameter withId(Long id)

Set the id property: Parameter id.

SsisParameter withName(String name)

Set the name property: Parameter name.

SsisParameter withRequired(Boolean required)

Set the required property: Whether parameter is required.

SsisParameter withSensitive(Boolean sensitive)

Set the sensitive property: Whether parameter is sensitive.

SsisParameter withSensitiveDefaultValue(String sensitiveDefaultValue)

Set the sensitiveDefaultValue property: Default sensitive value of parameter.

SsisParameter withValueSet(Boolean valueSet)

Set the valueSet property: Parameter value set.

SsisParameter withValueType(String valueType)

Set the valueType property: Parameter value type.

SsisParameter 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:

the dataType value.

defaultValue

public String defaultValue()

Get the defaultValue property: Default value of parameter.

Returns:

the defaultValue value.

description

public String description()

Get the description property: Parameter description.

Returns:

the description value.

designDefaultValue

public String designDefaultValue()

Get the designDefaultValue property: Design default value of parameter.

Returns:

the designDefaultValue value.

fromJson

public static SsisParameter fromJson(JsonReader jsonReader)

Reads an instance of SsisParameter from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of SsisParameter if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the SsisParameter.

id

public Long id()

Get the id property: Parameter id.

Returns:

the id value.

name

public String name()

Get the name property: Parameter name.

Returns:

the name value.

required

public Boolean required()

Get the required property: Whether parameter is required.

Returns:

the required value.

sensitive

public Boolean sensitive()

Get the sensitive property: Whether parameter is sensitive.

Returns:

the sensitive value.

sensitiveDefaultValue

public String sensitiveDefaultValue()

Get the sensitiveDefaultValue property: Default sensitive value of parameter.

Returns:

the sensitiveDefaultValue value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

valueSet

public Boolean valueSet()

Get the valueSet property: Parameter value set.

Returns:

the valueSet value.

valueType

public String valueType()

Get the valueType property: Parameter value type.

Returns:

the valueType value.

variable

public String variable()

Get the variable property: Parameter reference variable.

Returns:

the variable value.

withDataType

public SsisParameter withDataType(String dataType)

Set the dataType property: Parameter type.

Parameters:

dataType - the dataType value to set.

Returns:

the SsisParameter object itself.

withDefaultValue

public SsisParameter withDefaultValue(String defaultValue)

Set the defaultValue property: Default value of parameter.

Parameters:

defaultValue - the defaultValue value to set.

Returns:

the SsisParameter object itself.

withDescription

public SsisParameter withDescription(String description)

Set the description property: Parameter description.

Parameters:

description - the description value to set.

Returns:

the SsisParameter object itself.

withDesignDefaultValue

public SsisParameter withDesignDefaultValue(String designDefaultValue)

Set the designDefaultValue property: Design default value of parameter.

Parameters:

designDefaultValue - the designDefaultValue value to set.

Returns:

the SsisParameter object itself.

withId

public SsisParameter withId(Long id)

Set the id property: Parameter id.

Parameters:

id - the id value to set.

Returns:

the SsisParameter object itself.

withName

public SsisParameter withName(String name)

Set the name property: Parameter name.

Parameters:

name - the name value to set.

Returns:

the SsisParameter object itself.

withRequired

public SsisParameter withRequired(Boolean required)

Set the required property: Whether parameter is required.

Parameters:

required - the required value to set.

Returns:

the SsisParameter object itself.

withSensitive

public SsisParameter withSensitive(Boolean sensitive)

Set the sensitive property: Whether parameter is sensitive.

Parameters:

sensitive - the sensitive value to set.

Returns:

the SsisParameter object itself.

withSensitiveDefaultValue

public SsisParameter withSensitiveDefaultValue(String sensitiveDefaultValue)

Set the sensitiveDefaultValue property: Default sensitive value of parameter.

Parameters:

sensitiveDefaultValue - the sensitiveDefaultValue value to set.

Returns:

the SsisParameter object itself.

withValueSet

public SsisParameter withValueSet(Boolean valueSet)

Set the valueSet property: Parameter value set.

Parameters:

valueSet - the valueSet value to set.

Returns:

the SsisParameter object itself.

withValueType

public SsisParameter withValueType(String valueType)

Set the valueType property: Parameter value type.

Parameters:

valueType - the valueType value to set.

Returns:

the SsisParameter object itself.

withVariable

public SsisParameter withVariable(String variable)

Set the variable property: Parameter reference variable.

Parameters:

variable - the variable value to set.

Returns:

the SsisParameter object itself.

Applies to