Class DQCheckResult
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dph_services.dph.v1.model.DQCheckResult
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DQCheckResult extends com.ibm.cloud.sdk.core.service.model.GenericModelData quality check result for a specific dataset and rule.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDQCheckResult.StatusStatus of the data quality check.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DQRulegetDataQualityRule()Gets the dataQualityRule.DQDatasetgetDataset()Gets the dataset.java.util.DategetEnd()Gets the end.java.util.List<DQLogEntry>getLogs()Gets the logs.java.util.DategetStart()Gets the start.java.lang.StringgetStatus()Gets the status.
-
-
-
Method Detail
-
getDataset
public DQDataset getDataset()
Gets the dataset. Dataset information for data quality check.- Returns:
- the dataset
-
getDataQualityRule
public DQRule getDataQualityRule()
Gets the dataQualityRule. Data quality rule information.- Returns:
- the dataQualityRule
-
getStatus
public java.lang.String getStatus()
Gets the status. Status of the data quality check.- Returns:
- the status
-
getLogs
public java.util.List<DQLogEntry> getLogs()
Gets the logs. Log entries for this check.- Returns:
- the logs
-
getStart
public java.util.Date getStart()
Gets the start. Start time of the check in ISO 8601 format.- Returns:
- the start
-
getEnd
public java.util.Date getEnd()
Gets the end. End time of the check in ISO 8601 format.- Returns:
- the end
-
-