Class DataContractDQTestResult
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dph_services.dph.v1.model.DataContractDQTestResult
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DataContractDQTestResult extends com.ibm.cloud.sdk.core.service.model.GenericModelData contract quality test execution results and run information.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<DQCheckResult>getCheckResults()Gets the checkResults.DQContractgetContract()Gets the contract.java.lang.StringgetDataContractId()Gets the dataContractId.java.lang.StringgetDataContractName()Gets the dataContractName.java.lang.StringgetDataContractVersion()Gets the dataContractVersion.java.lang.StringgetDataProduct()Gets the dataProduct.java.util.DategetEnd()Gets the end.java.util.List<ErrorMessage>getErrorMessages()Gets the errorMessages.java.util.List<DQLogEntry>getLogs()Gets the logs.java.lang.StringgetMessage()Gets the message.java.lang.StringgetRunBy()Gets the runBy.java.util.List<DQServerMapping>getServerMappings()Gets the serverMappings.java.util.DategetStart()Gets the start.java.util.DategetStartTime()Gets the startTime.java.lang.StringgetStatus()Gets the status.java.lang.StringgetTestRunId()Gets the testRunId.
-
-
-
Method Detail
-
getTestRunId
public java.lang.String getTestRunId()
Gets the testRunId. Unique identifier for the test run.- Returns:
- the testRunId
-
getStatus
public java.lang.String getStatus()
Gets the status. Current status of the test run.- Returns:
- the status
-
getDataContractId
public java.lang.String getDataContractId()
Gets the dataContractId. ID of the data contract being tested.- Returns:
- the dataContractId
-
getDataContractName
public java.lang.String getDataContractName()
Gets the dataContractName. Name of the data contract.- Returns:
- the dataContractName
-
getDataContractVersion
public java.lang.String getDataContractVersion()
Gets the dataContractVersion. Version of the data contract.- Returns:
- the dataContractVersion
-
getStartTime
public java.util.Date getStartTime()
Gets the startTime. Start time of the test run (legacy field).- Returns:
- the startTime
-
getRunBy
public java.lang.String getRunBy()
Gets the runBy. User or service ID who initiated the test.- Returns:
- the runBy
-
getMessage
public java.lang.String getMessage()
Gets the message. Descriptive message about the test result.- Returns:
- the message
-
getErrorMessages
public java.util.List<ErrorMessage> getErrorMessages()
Gets the errorMessages. Error messages during the execution phase.- Returns:
- the errorMessages
-
getContract
public DQContract getContract()
Gets the contract. Contract information for data quality test.- Returns:
- the contract
-
getServerMappings
public java.util.List<DQServerMapping> getServerMappings()
Gets the serverMappings. Server mappings for the test execution.- Returns:
- the serverMappings
-
getDataProduct
public java.lang.String getDataProduct()
Gets the dataProduct. Data product name associated with the test.- Returns:
- the dataProduct
-
getStart
public java.util.Date getStart()
Gets the start. Start time of the test in ISO 8601 format.- Returns:
- the start
-
getEnd
public java.util.Date getEnd()
Gets the end. End time of the test in ISO 8601 format.- Returns:
- the end
-
getLogs
public java.util.List<DQLogEntry> getLogs()
Gets the logs. Log entries for the test execution.- Returns:
- the logs
-
getCheckResults
public java.util.List<DQCheckResult> getCheckResults()
Gets the checkResults. Check results for each dataset and rule combination.- Returns:
- the checkResults
-
-