Class ContractSchema
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dph_services.dph.v1.model.ContractSchema
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ContractSchema extends com.ibm.cloud.sdk.core.service.model.GenericModelSchema definition of the data asset.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classContractSchema.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringassetId()Gets the assetId.java.lang.StringconnectionId()Gets the connectionId.java.lang.StringconnectionPath()Gets the connectionPath.java.lang.Stringdescription()Gets the description.java.lang.Stringname()Gets the name.ContractSchema.BuildernewBuilder()New builder.java.lang.StringphysicalType()Gets the physicalType.java.util.List<ContractQualityRule>quality()Gets the quality.java.util.List<ContractSchemaProperty>xProperties()Gets the xProperties.
-
-
-
Method Detail
-
newBuilder
public ContractSchema.Builder newBuilder()
New builder.- Returns:
- a ContractSchema builder
-
assetId
public java.lang.String assetId()
Gets the assetId. Id of the data asset whose schema information is stored.- Returns:
- the assetId
-
connectionId
public java.lang.String connectionId()
Gets the connectionId. Connection Id of the data asset whose schema information is stored.- Returns:
- the connectionId
-
name
public java.lang.String name()
Gets the name. Name of the schema or data asset part.- Returns:
- the name
-
description
public java.lang.String description()
Gets the description. Description of the schema.- Returns:
- the description
-
connectionPath
public java.lang.String connectionPath()
Gets the connectionPath. Connection path of the asset.- Returns:
- the connectionPath
-
physicalType
public java.lang.String physicalType()
Gets the physicalType. MIME type or physical type.- Returns:
- the physicalType
-
xProperties
public java.util.List<ContractSchemaProperty> xProperties()
Gets the xProperties. List of properties.- Returns:
- the xProperties
-
quality
public java.util.List<ContractQualityRule> quality()
Gets the quality. List of quality rules defined for the asset.- Returns:
- the quality
-
-