Class CreateDataContractTestRunOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dph_services.dph.v1.model.CreateDataContractTestRunOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateDataContractTestRunOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe createDataContractTestRun options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateDataContractTestRunOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>assetIds()Gets the assetIds.java.lang.StringcatalogId()Gets the catalogId.java.lang.StringcontractName()Gets the contractName.java.lang.StringcontractYaml()Gets the contractYaml.java.lang.StringdataContractId()Gets the dataContractId.java.lang.StringdataProductId()Gets the dataProductId.CreateDataContractTestRunOptions.BuildernewBuilder()New builder.java.lang.StringprojectId()Gets the projectId.java.util.List<ServerMapping>serverMapping()Gets the serverMapping.
-
-
-
Method Detail
-
newBuilder
public CreateDataContractTestRunOptions.Builder newBuilder()
New builder.- Returns:
- a CreateDataContractTestRunOptions builder
-
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
-
-