Class DataProductVersionSummary

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

    public class DataProductVersionSummary
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Summary of Data Product Version object.
    • Method Detail

      • getVersion

        public java.lang.String getVersion()
        Gets the version. The data product version number.
        Returns:
        the version
      • getState

        public java.lang.String getState()
        Gets the state. The state of the data product version.
        Returns:
        the state
      • getName

        public java.lang.String getName()
        Gets the name. The name of the data product version. A name can contain letters, numbers, understores, dashes, spaces or periods. Names are mutable and reusable.
        Returns:
        the name
      • getDescription

        public java.lang.String getDescription()
        Gets the description. The description of the data product version.
        Returns:
        the description
      • getTags

        public java.util.List<java.lang.String> getTags()
        Gets the tags. Tags on the data product.
        Returns:
        the tags
      • getUseCases

        public java.util.List<UseCase> getUseCases()
        Gets the useCases. A list of use cases associated with the data product version.
        Returns:
        the useCases
      • getTypes

        public java.util.List<java.lang.String> getTypes()
        Gets the types. Types of parts on the data product.
        Returns:
        the types
      • getContractTerms

        public java.util.List<DataProductContractTerms> getContractTerms()
        Gets the contractTerms. Contract terms binding various aspects of the data product.
        Returns:
        the contractTerms
      • isIsRestricted

        public java.lang.Boolean isIsRestricted()
        Gets the isRestricted. Indicates whether the data product is restricted or not. A restricted data product indicates that orders of the data product requires explicit approval before data is delivered.
        Returns:
        the isRestricted
      • getId

        public java.lang.String getId()
        Gets the id. The identifier of the data product version.
        Returns:
        the id
      • getAsset

        public AssetReference getAsset()
        Gets the asset.
        Returns:
        the asset