Class SapTableLinkedService

java.lang.Object
com.azure.analytics.synapse.artifacts.models.LinkedService
com.azure.analytics.synapse.artifacts.models.SapTableLinkedService

public class SapTableLinkedService extends LinkedService
SAP Table Linked Service.
  • Constructor Details

    • SapTableLinkedService

      public SapTableLinkedService()
  • Method Details

    • getServer

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

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

      public Object getSystemNumber()
      Get the systemNumber property: System number of the SAP system where the table 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 SapTableLinkedService setSystemNumber(Object systemNumber)
      Set the systemNumber property: System number of the SAP system where the table 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 SapTableLinkedService object itself.
    • getClientId

      public Object getClientId()
      Get the clientId property: Client ID of the client on the SAP system where the table 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 SapTableLinkedService setClientId(Object clientId)
      Set the clientId property: Client ID of the client on the SAP system where the table 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 SapTableLinkedService object itself.
    • getLanguage

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

      public SapTableLinkedService setLanguage(Object language)
      Set the language property: Language of the SAP system where the table is located. The default value is EN. Type: string (or Expression with resultType string).
      Parameters:
      language - the language value to set.
      Returns:
      the SapTableLinkedService 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 SapTableLinkedService 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 SapTableLinkedService object itself.
    • getUserName

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

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

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

      public SapTableLinkedService setPassword(SecretBase password)
      Set the password property: Password to access the SAP server where the table is located.
      Parameters:
      password - the password value to set.
      Returns:
      the SapTableLinkedService 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 SapTableLinkedService 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 SapTableLinkedService 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 SapTableLinkedService 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 SapTableLinkedService object itself.
    • getSncMode

      public Object getSncMode()
      Get the sncMode property: SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
      Returns:
      the sncMode value.
    • setSncMode

      public SapTableLinkedService setSncMode(Object sncMode)
      Set the sncMode property: SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
      Parameters:
      sncMode - the sncMode value to set.
      Returns:
      the SapTableLinkedService object itself.
    • getSncMyName

      public Object getSncMyName()
      Get the sncMyName property: Initiator's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).
      Returns:
      the sncMyName value.
    • setSncMyName

      public SapTableLinkedService setSncMyName(Object sncMyName)
      Set the sncMyName property: Initiator's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).
      Parameters:
      sncMyName - the sncMyName value to set.
      Returns:
      the SapTableLinkedService object itself.
    • getSncPartnerName

      public Object getSncPartnerName()
      Get the sncPartnerName property: Communication partner's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).
      Returns:
      the sncPartnerName value.
    • setSncPartnerName

      public SapTableLinkedService setSncPartnerName(Object sncPartnerName)
      Set the sncPartnerName property: Communication partner's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).
      Parameters:
      sncPartnerName - the sncPartnerName value to set.
      Returns:
      the SapTableLinkedService object itself.
    • getSncLibraryPath

      public Object getSncLibraryPath()
      Get the sncLibraryPath property: External security product's library to access the SAP server where the table is located. Type: string (or Expression with resultType string).
      Returns:
      the sncLibraryPath value.
    • setSncLibraryPath

      public SapTableLinkedService setSncLibraryPath(Object sncLibraryPath)
      Set the sncLibraryPath property: External security product's library to access the SAP server where the table is located. Type: string (or Expression with resultType string).
      Parameters:
      sncLibraryPath - the sncLibraryPath value to set.
      Returns:
      the SapTableLinkedService object itself.
    • getSncQop

      public Object getSncQop()
      Get the sncQop property: SNC Quality of Protection. Allowed value include: 1, 2, 3, 8, 9. Type: string (or Expression with resultType string).
      Returns:
      the sncQop value.
    • setSncQop

      public SapTableLinkedService setSncQop(Object sncQop)
      Set the sncQop property: SNC Quality of Protection. Allowed value include: 1, 2, 3, 8, 9. Type: string (or Expression with resultType string).
      Parameters:
      sncQop - the sncQop value to set.
      Returns:
      the SapTableLinkedService 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 SapTableLinkedService 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 SapTableLinkedService 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 SapTableLinkedService 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 SapTableLinkedService object itself.
    • setConnectVia

      public SapTableLinkedService setConnectVia(IntegrationRuntimeReference connectVia)
      Set the connectVia property: The integration runtime reference.
      Overrides:
      setConnectVia in class LinkedService
      Parameters:
      connectVia - the connectVia value to set.
      Returns:
      the LinkedService object itself.
    • setDescription

      public SapTableLinkedService 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.
    • setParameters

      public SapTableLinkedService setParameters(Map<String,ParameterSpecification> parameters)
      Set the parameters property: Parameters for linked service.
      Overrides:
      setParameters in class LinkedService
      Parameters:
      parameters - the parameters value to set.
      Returns:
      the LinkedService object itself.
    • setAnnotations

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