Class DQContract
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dph_services.dph.v1.model.DQContract
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DQContract extends com.ibm.cloud.sdk.core.service.model.GenericModelContract information for data quality test.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()Gets the id.java.lang.StringgetName()Gets the name.java.lang.StringgetVersion()Gets the version.
-
-
-
Method Detail
-
getId
public java.lang.String getId()
Gets the id. Unique identifier of the contract.- Returns:
- the id
-
getName
public java.lang.String getName()
Gets the name. Name of the contract.- Returns:
- the name
-
getVersion
public java.lang.String getVersion()
Gets the version. Version of the contract.- Returns:
- the version
-
-