Class SsisEnvironmentReference


  • public final class SsisEnvironmentReference
    extends Object
    Ssis environment reference.
    • Constructor Detail

      • SsisEnvironmentReference

        public SsisEnvironmentReference()
    • Method Detail

      • id

        public Long id()
        Get the id property: Environment reference id.
        Returns:
        the id value.
      • withId

        public SsisEnvironmentReference withId​(Long id)
        Set the id property: Environment reference id.
        Parameters:
        id - the id value to set.
        Returns:
        the SsisEnvironmentReference object itself.
      • environmentFolderName

        public String environmentFolderName()
        Get the environmentFolderName property: Environment folder name.
        Returns:
        the environmentFolderName value.
      • withEnvironmentFolderName

        public SsisEnvironmentReference withEnvironmentFolderName​(String environmentFolderName)
        Set the environmentFolderName property: Environment folder name.
        Parameters:
        environmentFolderName - the environmentFolderName value to set.
        Returns:
        the SsisEnvironmentReference object itself.
      • environmentName

        public String environmentName()
        Get the environmentName property: Environment name.
        Returns:
        the environmentName value.
      • withEnvironmentName

        public SsisEnvironmentReference withEnvironmentName​(String environmentName)
        Set the environmentName property: Environment name.
        Parameters:
        environmentName - the environmentName value to set.
        Returns:
        the SsisEnvironmentReference object itself.
      • referenceType

        public String referenceType()
        Get the referenceType property: Reference type.
        Returns:
        the referenceType value.
      • withReferenceType

        public SsisEnvironmentReference withReferenceType​(String referenceType)
        Set the referenceType property: Reference type.
        Parameters:
        referenceType - the referenceType value to set.
        Returns:
        the SsisEnvironmentReference object itself.
      • validate

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