Class DataContractDQTestResult

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

    public class DataContractDQTestResult
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Data contract quality test execution results and run information.
    • 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