Class DataProductVersionSummary
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dpx_services.dpx.v1.model.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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DataProductVersionSummary.State
The state of the data product version.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssetReference
getAsset()
Gets the asset.DataProductIdentity
getDataProduct()
Gets the dataProduct.java.lang.String
getDescription()
Gets the description.java.lang.String
getId()
Gets the id.java.lang.String
getName()
Gets the name.java.lang.String
getState()
Gets the state.java.lang.String
getVersion()
Gets the version.
-
-
-
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
-
getDataProduct
public DataProductIdentity getDataProduct()
Gets the dataProduct. Data product identifier.- Returns:
- the dataProduct
-
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
-
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. The asset referenced by the data product version.- Returns:
- the asset
-
-