Class DQServerMapping

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class DQServerMapping
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Server mapping with connection information for data quality test.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DQConnection getConnection()
      Gets the connection.
      java.lang.String getServer()
      Gets the server.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getServer

        public java.lang.String getServer()
        Gets the server. Server name as defined in the contract.
        Returns:
        the server
      • getConnection

        public DQConnection getConnection()
        Gets the connection. Connection information for data quality test.
        Returns:
        the connection