Class CreateDataContractTestRunOptions

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

    public class CreateDataContractTestRunOptions
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The createDataContractTestRun options.
    • Method Detail

      • dataProductId

        public java.lang.String dataProductId()
        Gets the dataProductId. Data product ID. Use '-' to skip specifying the data product ID explicitly.
        Returns:
        the dataProductId
      • projectId

        public java.lang.String projectId()
        Gets the projectId. ProjectId in which the assets will copy to.
        Returns:
        the projectId
      • catalogId

        public java.lang.String catalogId()
        Gets the catalogId. CatalogId in which the source of the data product assets exists.
        Returns:
        the catalogId
      • contractName

        public java.lang.String contractName()
        Gets the contractName. Name of the data product contract.
        Returns:
        the contractName
      • contractYaml

        public java.lang.String contractYaml()
        Gets the contractYaml. The contract content as YAML, represented as a string.
        Returns:
        the contractYaml
      • assetIds

        public java.util.List<java.lang.String> assetIds()
        Gets the assetIds. Data product assets to perform the bulkCopy.
        Returns:
        the assetIds
      • serverMapping

        public java.util.List<ServerMapping> serverMapping()
        Gets the serverMapping. Data contract server information to create DQ contract.
        Returns:
        the serverMapping
      • dataContractId

        public java.lang.String dataContractId()
        Gets the dataContractId. ID of the data contract being tested.
        Returns:
        the dataContractId