Class SsisPackage
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.SsisObjectMetadata
-
- com.azure.resourcemanager.datafactory.models.SsisPackage
-
public final class SsisPackage extends SsisObjectMetadata
Ssis Package.
-
-
Constructor Summary
Constructors Constructor Description SsisPackage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
folderId()
Get the folderId property: Folder id which contains package.List<SsisParameter>
parameters()
Get the parameters property: Parameters in package.Long
projectId()
Get the projectId property: Project id which contains package.Long
projectVersion()
Get the projectVersion property: Project version which contains package.void
validate()
Validates the instance.SsisPackage
withDescription(String description)
Set the description property: Metadata description.SsisPackage
withFolderId(Long folderId)
Set the folderId property: Folder id which contains package.SsisPackage
withId(Long id)
Set the id property: Metadata id.SsisPackage
withName(String name)
Set the name property: Metadata name.SsisPackage
withParameters(List<SsisParameter> parameters)
Set the parameters property: Parameters in package.SsisPackage
withProjectId(Long projectId)
Set the projectId property: Project id which contains package.SsisPackage
withProjectVersion(Long projectVersion)
Set the projectVersion property: Project version which contains package.-
Methods inherited from class com.azure.resourcemanager.datafactory.models.SsisObjectMetadata
description, id, name
-
-
-
-
Method Detail
-
folderId
public Long folderId()
Get the folderId property: Folder id which contains package.- Returns:
- the folderId value.
-
withFolderId
public SsisPackage withFolderId(Long folderId)
Set the folderId property: Folder id which contains package.- Parameters:
folderId
- the folderId value to set.- Returns:
- the SsisPackage object itself.
-
projectVersion
public Long projectVersion()
Get the projectVersion property: Project version which contains package.- Returns:
- the projectVersion value.
-
withProjectVersion
public SsisPackage withProjectVersion(Long projectVersion)
Set the projectVersion property: Project version which contains package.- Parameters:
projectVersion
- the projectVersion value to set.- Returns:
- the SsisPackage object itself.
-
projectId
public Long projectId()
Get the projectId property: Project id which contains package.- Returns:
- the projectId value.
-
withProjectId
public SsisPackage withProjectId(Long projectId)
Set the projectId property: Project id which contains package.- Parameters:
projectId
- the projectId value to set.- Returns:
- the SsisPackage object itself.
-
parameters
public List<SsisParameter> parameters()
Get the parameters property: Parameters in package.- Returns:
- the parameters value.
-
withParameters
public SsisPackage withParameters(List<SsisParameter> parameters)
Set the parameters property: Parameters in package.- Parameters:
parameters
- the parameters value to set.- Returns:
- the SsisPackage object itself.
-
withId
public SsisPackage withId(Long id)
Set the id property: Metadata id.- Overrides:
withId
in classSsisObjectMetadata
- Parameters:
id
- the id value to set.- Returns:
- the SsisObjectMetadata object itself.
-
withName
public SsisPackage withName(String name)
Set the name property: Metadata name.- Overrides:
withName
in classSsisObjectMetadata
- Parameters:
name
- the name value to set.- Returns:
- the SsisObjectMetadata object itself.
-
withDescription
public SsisPackage withDescription(String description)
Set the description property: Metadata description.- Overrides:
withDescription
in classSsisObjectMetadata
- Parameters:
description
- the description value to set.- Returns:
- the SsisObjectMetadata object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classSsisObjectMetadata
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-