Class DQServerMapping
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dph_services.dph.v1.model.DQServerMapping
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DQServerMapping extends com.ibm.cloud.sdk.core.service.model.GenericModelServer mapping with connection information for data quality test.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DQConnectiongetConnection()Gets the connection.java.lang.StringgetServer()Gets the server.
-
-
-
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
-
-