Class DataProductContractTemplate
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dph_services.dph.v1.model.DataProductContractTemplate
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DataProductContractTemplate extends com.ibm.cloud.sdk.core.service.model.GenericModelDefines the complete structure of a contract template.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDataProductContractTemplate.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerReferencecontainer()Gets the container.ContractTermscontractTerms()Gets the contractTerms.ErrorMessageerror()Gets the error.java.lang.Stringid()Gets the id.java.lang.Stringname()Gets the name.DataProductContractTemplate.BuildernewBuilder()New builder.
-
-
-
Method Detail
-
newBuilder
public DataProductContractTemplate.Builder newBuilder()
New builder.- Returns:
- a DataProductContractTemplate builder
-
container
public ContainerReference container()
Gets the container. Container reference.- Returns:
- the container
-
id
public java.lang.String id()
Gets the id. The identifier of the data product contract template.- Returns:
- the id
-
name
public java.lang.String name()
Gets the name. The name of the contract template.- Returns:
- the name
-
error
public ErrorMessage error()
Gets the error. Contains the code and details.- Returns:
- the error
-
contractTerms
public ContractTerms contractTerms()
Gets the contractTerms. Defines the complete structure of a contract terms.- Returns:
- the contractTerms
-
-