Class DataProduct
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dpx_services.dpx.v1.model.DataProduct
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DataProduct extends com.ibm.cloud.sdk.core.service.model.GenericModel
Data Product.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerReference
getContainer()
Gets the container.java.util.List<DataProductVersionSummary>
getDrafts()
Gets the drafts.java.lang.String
getId()
Gets the id.DataProductVersionSummary
getLatestRelease()
Gets the latestRelease.
-
-
-
Method Detail
-
getId
public java.lang.String getId()
Gets the id. Data product identifier.- Returns:
- the id
-
getContainer
public ContainerReference getContainer()
Gets the container. Data product exchange container.- Returns:
- the container
-
getLatestRelease
public DataProductVersionSummary getLatestRelease()
Gets the latestRelease. Summary of Data Product Version object.- Returns:
- the latestRelease
-
getDrafts
public java.util.List<DataProductVersionSummary> getDrafts()
Gets the drafts. List of draft summaries of this data product.- Returns:
- the drafts
-
-