Class SapOdpLinkedService

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

public class SapOdpLinkedService extends LinkedService
SAP ODP Linked Service.
  • Constructor Details

    • SapOdpLinkedService

      public SapOdpLinkedService()
  • 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 SapOdpLinkedService 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 SapOdpLinkedService 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 SapOdpLinkedService 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 SapOdpLinkedService 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 SapOdpLinkedService 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 SapOdpLinkedService 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 SapOdpLinkedService 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 SapOdpLinkedService 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 SapOdpLinkedService 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 SapOdpLinkedService 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 SapOdpLinkedService 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 SapOdpLinkedService 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 SapOdpLinkedService 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 SapOdpLinkedService 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 SapOdpLinkedService 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 SapOdpLinkedService 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 SapOdpLinkedService 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 SapOdpLinkedService 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 SapOdpLinkedService 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 SapOdpLinkedService 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 SapOdpLinkedService 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 SapOdpLinkedService 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 SapOdpLinkedService 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 SapOdpLinkedService 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 SapOdpLinkedService 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 SapOdpLinkedService 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 SapOdpLinkedService 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 SapOdpLinkedService object itself.
    • getX509CertificatePath

      public Object getX509CertificatePath()
      Get the x509CertificatePath property: SNC X509 certificate file path. Type: string (or Expression with resultType string).
      Returns:
      the x509CertificatePath value.
    • setX509CertificatePath

      public SapOdpLinkedService setX509CertificatePath(Object x509CertificatePath)
      Set the x509CertificatePath property: SNC X509 certificate file path. Type: string (or Expression with resultType string).
      Parameters:
      x509CertificatePath - the x509CertificatePath value to set.
      Returns:
      the SapOdpLinkedService 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 SapOdpLinkedService 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 SapOdpLinkedService object itself.
    • getSubscriberName

      public Object getSubscriberName()
      Get the subscriberName property: The subscriber name. Type: string (or Expression with resultType string).
      Returns:
      the subscriberName value.
    • setSubscriberName

      public SapOdpLinkedService setSubscriberName(Object subscriberName)
      Set the subscriberName property: The subscriber name. Type: string (or Expression with resultType string).
      Parameters:
      subscriberName - the subscriberName value to set.
      Returns:
      the SapOdpLinkedService 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 SapOdpLinkedService 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 SapOdpLinkedService object itself.
    • setConnectVia

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