Class AssetPartReference
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dph_services.dph.v1.model.AssetPartReference
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class AssetPartReference extends com.ibm.cloud.sdk.core.service.model.GenericModel
The asset represented in this part.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AssetPartReference.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerReference
container()
Gets the container.java.lang.String
id()
Gets the id.java.lang.String
name()
Gets the name.AssetPartReference.Builder
newBuilder()
New builder.java.lang.String
type()
Gets the type.
-
-
-
Method Detail
-
newBuilder
public AssetPartReference.Builder newBuilder()
New builder.- Returns:
- a AssetPartReference builder
-
id
public java.lang.String id()
Gets the id. The unique identifier of the asset.- Returns:
- the id
-
name
public java.lang.String name()
Gets the name. Asset name.- Returns:
- the name
-
container
public ContainerReference container()
Gets the container. Container reference.- Returns:
- the container
-
type
public java.lang.String type()
Gets the type. The type of the asset.- Returns:
- the type
-
-