java.lang.Object
com.azure.resourcemanager.datafactory.models.SsisObjectMetadata
com.azure.resourcemanager.datafactory.models.SsisPackage

public final class SsisPackage extends SsisObjectMetadata
Ssis Package.
  • Constructor Details

    • SsisPackage

      public SsisPackage()
  • Method Details

    • 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 class SsisObjectMetadata
      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 class SsisObjectMetadata
      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 class SsisObjectMetadata
      Parameters:
      description - the description value to set.
      Returns:
      the SsisObjectMetadata object itself.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class SsisObjectMetadata
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.