Class SapOpenHubLinkedService


  • public class SapOpenHubLinkedService
    extends LinkedService
    SAP Business Warehouse Open Hub Destination Linked Service.
    • Constructor Detail

      • SapOpenHubLinkedService

        public SapOpenHubLinkedService()
    • Method Detail

      • getServer

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

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

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

        public SapOpenHubLinkedService setSystemNumber​(Object systemNumber)
        Set the systemNumber property: System number of the BW system where the open hub destination is located. (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 SapOpenHubLinkedService object itself.
      • getClientId

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

        public SapOpenHubLinkedService setClientId​(Object clientId)
        Set the clientId property: Client ID of the client on the BW system where the open hub destination is located. (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 SapOpenHubLinkedService object itself.
      • getLanguage

        public Object getLanguage()
        Get the language property: Language of the BW system where the open hub destination is located. The default value is EN. Type: string (or Expression with resultType string).
        Returns:
        the language value.
      • setLanguage

        public SapOpenHubLinkedService setLanguage​(Object language)
        Set the language property: Language of the BW system where the open hub destination is located. The default value is EN. Type: string (or Expression with resultType string).
        Parameters:
        language - the language value to set.
        Returns:
        the SapOpenHubLinkedService object itself.
      • getSystemId

        public Object getSystemId()
        Get the systemId property: SystemID of the SAP system where the table is located. Type: string (or Expression with resultType string).
        Returns:
        the systemId value.
      • setSystemId

        public SapOpenHubLinkedService setSystemId​(Object systemId)
        Set the systemId property: SystemID of the SAP system where the table is located. Type: string (or Expression with resultType string).
        Parameters:
        systemId - the systemId value to set.
        Returns:
        the SapOpenHubLinkedService object itself.
      • getUserName

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

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

        public SecretBase getPassword()
        Get the password property: Password to access the SAP BW server where the open hub destination is located.
        Returns:
        the password value.
      • setPassword

        public SapOpenHubLinkedService setPassword​(SecretBase password)
        Set the password property: Password to access the SAP BW server where the open hub destination is located.
        Parameters:
        password - the password value to set.
        Returns:
        the SapOpenHubLinkedService object itself.
      • getMessageServer

        public Object getMessageServer()
        Get the messageServer property: The hostname of the SAP Message Server. Type: string (or Expression with resultType string).
        Returns:
        the messageServer value.
      • setMessageServer

        public SapOpenHubLinkedService setMessageServer​(Object messageServer)
        Set the messageServer property: The hostname of the SAP Message Server. Type: string (or Expression with resultType string).
        Parameters:
        messageServer - the messageServer value to set.
        Returns:
        the SapOpenHubLinkedService object itself.
      • getMessageServerService

        public Object getMessageServerService()
        Get the messageServerService property: The service name or port number of the Message Server. Type: string (or Expression with resultType string).
        Returns:
        the messageServerService value.
      • setMessageServerService

        public SapOpenHubLinkedService setMessageServerService​(Object messageServerService)
        Set the messageServerService property: The service name or port number of the Message Server. Type: string (or Expression with resultType string).
        Parameters:
        messageServerService - the messageServerService value to set.
        Returns:
        the SapOpenHubLinkedService object itself.
      • getLogonGroup

        public Object getLogonGroup()
        Get the logonGroup property: The Logon Group for the SAP System. Type: string (or Expression with resultType string).
        Returns:
        the logonGroup value.
      • setLogonGroup

        public SapOpenHubLinkedService setLogonGroup​(Object logonGroup)
        Set the logonGroup property: The Logon Group for the SAP System. Type: string (or Expression with resultType string).
        Parameters:
        logonGroup - the logonGroup value to set.
        Returns:
        the SapOpenHubLinkedService 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 SapOpenHubLinkedService 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 SapOpenHubLinkedService object itself.
      • setDescription

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