Class Domain
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dpx_services.dpx.v1.model.Domain
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Domain extends com.ibm.cloud.sdk.core.service.model.GenericModel
Domain that the data product version belongs to. If this is the first version of a data product, this field is required. If this is a new version of an existing data product, the domain will default to the domain of the previous version of the data product.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Domain.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.Domain.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public Domain.Builder newBuilder()
New builder.- Returns:
- a Domain builder
-
id
public java.lang.String id()
Gets the id. The ID of the domain.- Returns:
- the id
-
name
public java.lang.String name()
Gets the name. The display name of the domain.- Returns:
- the name
-
container
public ContainerReference container()
Gets the container. Data product exchange container.- Returns:
- the container
-
-