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.GenericModel
Schema definition of the data asset.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ContractSchema.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
description()
Gets the description.java.lang.String
name()
Gets the name.ContractSchema.Builder
newBuilder()
New builder.java.lang.String
physicalType()
Gets the physicalType.java.util.List<ContractSchemaProperty>
xProperties()
Gets the xProperties.
-
-
-
Method Detail
-
newBuilder
public ContractSchema.Builder newBuilder()
New builder.- Returns:
- a ContractSchema builder
-
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
-
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
-
-