Class SapBWLinkedService


  • public class SapBWLinkedService
    extends LinkedService
    SAP Business Warehouse Linked Service.
    • Constructor Detail

      • SapBWLinkedService

        public SapBWLinkedService()
    • Method Detail

      • getServer

        public Object getServer()
        Get the server property: Host name of the SAP BW instance. Type: string (or Expression with resultType string).
        Returns:
        the server value.
      • setServer

        public SapBWLinkedService setServer​(Object server)
        Set the server property: Host name of the SAP BW instance. Type: string (or Expression with resultType string).
        Parameters:
        server - the server value to set.
        Returns:
        the SapBWLinkedService object itself.
      • getSystemNumber

        public Object getSystemNumber()
        Get the systemNumber property: System number of the BW system. (Usually a two-digit decimal number represented as a string.) Type: string (or Expression with resultType string).
        Returns:
        the systemNumber value.
      • setSystemNumber

        public SapBWLinkedService setSystemNumber​(Object systemNumber)
        Set the systemNumber property: System number of the BW system. (Usually a two-digit decimal number represented as a string.) Type: string (or Expression with resultType string).
        Parameters:
        systemNumber - the systemNumber value to set.
        Returns:
        the SapBWLinkedService object itself.
      • getClientId

        public Object getClientId()
        Get the clientId property: Client ID of the client on the BW system. (Usually a three-digit decimal number represented as a string) Type: string (or Expression with resultType string).
        Returns:
        the clientId value.
      • setClientId

        public SapBWLinkedService setClientId​(Object clientId)
        Set the clientId property: Client ID of the client on the BW system. (Usually a three-digit decimal number represented as a string) Type: string (or Expression with resultType string).
        Parameters:
        clientId - the clientId value to set.
        Returns:
        the SapBWLinkedService object itself.
      • getUserName

        public Object getUserName()
        Get the userName property: Username to access the SAP BW server. Type: string (or Expression with resultType string).
        Returns:
        the userName value.
      • setUserName

        public SapBWLinkedService setUserName​(Object userName)
        Set the userName property: Username to access the SAP BW server. Type: string (or Expression with resultType string).
        Parameters:
        userName - the userName value to set.
        Returns:
        the SapBWLinkedService object itself.
      • getPassword

        public SecretBase getPassword()
        Get the password property: Password to access the SAP BW server.
        Returns:
        the password value.
      • setPassword

        public SapBWLinkedService setPassword​(SecretBase password)
        Set the password property: Password to access the SAP BW server.
        Parameters:
        password - the password value to set.
        Returns:
        the SapBWLinkedService object itself.
      • getEncryptedCredential

        public Object getEncryptedCredential()
        Get the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).
        Returns:
        the encryptedCredential value.
      • setEncryptedCredential

        public SapBWLinkedService setEncryptedCredential​(Object encryptedCredential)
        Set the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).
        Parameters:
        encryptedCredential - the encryptedCredential value to set.
        Returns:
        the SapBWLinkedService object itself.
      • setDescription

        public SapBWLinkedService setDescription​(String description)
        Set the description property: Linked service description.
        Overrides:
        setDescription in class LinkedService
        Parameters:
        description - the description value to set.
        Returns:
        the LinkedService object itself.
      • setAnnotations

        public SapBWLinkedService setAnnotations​(List<Object> annotations)
        Set the annotations property: List of tags that can be used for describing the linked service.
        Overrides:
        setAnnotations in class LinkedService
        Parameters:
        annotations - the annotations value to set.
        Returns:
        the LinkedService object itself.