Class DataProductContractTemplate

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class DataProductContractTemplate
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Defines the complete structure of a contract template.
    • Method Detail

      • 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