Class DataProductPart
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dpx_services.dpx.v1.model.DataProductPart
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DataProductPart extends com.ibm.cloud.sdk.core.service.model.GenericModel
DataProductPart.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DataProductPart.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssetPartReference
asset()
Gets the asset.java.util.List<DeliveryMethod>
deliveryMethods()
Gets the deliveryMethods.DataProductPart.Builder
newBuilder()
New builder.java.lang.Long
revision()
Gets the revision.java.util.Date
updatedAt()
Gets the updatedAt.
-
-
-
Method Detail
-
newBuilder
public DataProductPart.Builder newBuilder()
New builder.- Returns:
- a DataProductPart builder
-
asset
public AssetPartReference asset()
Gets the asset. The asset represented in this part.- Returns:
- the asset
-
revision
public java.lang.Long revision()
Gets the revision. The revision number of the asset represented in this part.- Returns:
- the revision
-
updatedAt
public java.util.Date updatedAt()
Gets the updatedAt. The time for when the part was last updated.- Returns:
- the updatedAt
-
deliveryMethods
public java.util.List<DeliveryMethod> deliveryMethods()
Gets the deliveryMethods. Delivery methods describing the delivery options available for this part.- Returns:
- the deliveryMethods
-
-