Class SsisEnvironment

    • Constructor Detail

      • SsisEnvironment

        public SsisEnvironment()
    • Method Detail

      • folderId

        public Long folderId()
        Get the folderId property: Folder id which contains environment.
        Returns:
        the folderId value.
      • withFolderId

        public SsisEnvironment withFolderId​(Long folderId)
        Set the folderId property: Folder id which contains environment.
        Parameters:
        folderId - the folderId value to set.
        Returns:
        the SsisEnvironment object itself.
      • variables

        public List<SsisVariable> variables()
        Get the variables property: Variable in environment.
        Returns:
        the variables value.
      • withVariables

        public SsisEnvironment withVariables​(List<SsisVariable> variables)
        Set the variables property: Variable in environment.
        Parameters:
        variables - the variables value to set.
        Returns:
        the SsisEnvironment object itself.
      • withId

        public SsisEnvironment 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 SsisEnvironment 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 SsisEnvironment 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.