Class ContainerReference
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dpx_services.dpx.v1.model.ContainerReference
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ContainerReference extends com.ibm.cloud.sdk.core.service.model.GenericModel
Data product exchange container.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ContainerReference.Builder
Builder.static interface
ContainerReference.Type
Container type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
id()
Gets the id.ContainerReference.Builder
newBuilder()
New builder.java.lang.String
type()
Gets the type.
-
-
-
Method Detail
-
newBuilder
public ContainerReference.Builder newBuilder()
New builder.- Returns:
- a ContainerReference builder
-
id
public java.lang.String id()
Gets the id. Container identifier.- Returns:
- the id
-
type
public java.lang.String type()
Gets the type. Container type.- Returns:
- the type
-
-