Class ContractTestSummary

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

    public class ContractTestSummary
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Summary of a contract test execution result.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String assetName()
      Gets the assetName.
      java.lang.String check()
      Gets the check.
      ContractTestSummary.Builder newBuilder()
      New builder.
      java.lang.String recordsReturned()
      Gets the recordsReturned.
      java.lang.String status()
      Gets the status.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • status

        public java.lang.String status()
        Gets the status. Test execution status.
        Returns:
        the status
      • check

        public java.lang.String check()
        Gets the check. DQ rule name.
        Returns:
        the check
      • assetName

        public java.lang.String assetName()
        Gets the assetName. Name of the asset.
        Returns:
        the assetName
      • recordsReturned

        public java.lang.String recordsReturned()
        Gets the recordsReturned. Number of rows returned.
        Returns:
        the recordsReturned