Class Description
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dph_services.dph.v1.model.Description
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Description extends com.ibm.cloud.sdk.core.service.model.GenericModel
Description details of a data contract.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Description.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
customProperties()
Gets the customProperties.java.lang.String
limitations()
Gets the limitations.java.util.List<ContractTermsMoreInfo>
moreInfo()
Gets the moreInfo.Description.Builder
newBuilder()
New builder.java.lang.String
purpose()
Gets the purpose.java.lang.String
usage()
Gets the usage.
-
-
-
Method Detail
-
newBuilder
public Description.Builder newBuilder()
New builder.- Returns:
- a Description builder
-
purpose
public java.lang.String purpose()
Gets the purpose. Intended purpose for the provided data.- Returns:
- the purpose
-
limitations
public java.lang.String limitations()
Gets the limitations. Technical, compliance, and legal limitations for data use.- Returns:
- the limitations
-
usage
public java.lang.String usage()
Gets the usage. Recommended usage of the data.- Returns:
- the usage
-
moreInfo
public java.util.List<ContractTermsMoreInfo> moreInfo()
Gets the moreInfo. List of links to sources that provide more details on the dataset.- Returns:
- the moreInfo
-
customProperties
public java.lang.String customProperties()
Gets the customProperties. Custom properties that are not part of the standard.- Returns:
- the customProperties
-
-