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.GenericModelDescription details of a data contract.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDescription.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringcustomProperties()Gets the customProperties.java.lang.Stringlimitations()Gets the limitations.java.util.List<ContractTermsMoreInfo>moreInfo()Gets the moreInfo.Description.BuildernewBuilder()New builder.java.lang.Stringpurpose()Gets the purpose.java.lang.Stringusage()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
-
-