Class DataProductDomain
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dph_services.dph.v1.model.DataProductDomain
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DataProductDomain extends com.ibm.cloud.sdk.core.service.model.GenericModel
The data product domain.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DataProductDomain.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerReference
container()
Gets the container.java.lang.String
description()
Gets the description.java.util.List<ErrorModelResource>
errors()
Gets the errors.java.lang.String
id()
Gets the id.MemberRolesSchema
memberRoles()
Gets the memberRoles.java.lang.String
name()
Gets the name.DataProductDomain.Builder
newBuilder()
New builder.java.util.List<InitializeSubDomain>
subDomains()
Gets the subDomains.java.lang.String
trace()
Gets the trace.PropertiesSchema
xProperties()
Gets the xProperties.
-
-
-
Method Detail
-
newBuilder
public DataProductDomain.Builder newBuilder()
New builder.- Returns:
- a DataProductDomain builder
-
container
public ContainerReference container()
Gets the container. Container reference.- Returns:
- the container
-
trace
public java.lang.String trace()
Gets the trace. The id to trace the failed domain creations.- Returns:
- the trace
-
errors
public java.util.List<ErrorModelResource> errors()
Gets the errors. Set of errors on the sub domain creation.- Returns:
- the errors
-
name
public java.lang.String name()
Gets the name. The name of the data product domain.- Returns:
- the name
-
description
public java.lang.String description()
Gets the description. The description of the data product domain.- Returns:
- the description
-
id
public java.lang.String id()
Gets the id. The identifier of the data product domain.- Returns:
- the id
-
memberRoles
public MemberRolesSchema memberRoles()
Gets the memberRoles. Member roles of a corresponding asset.- Returns:
- the memberRoles
-
xProperties
public PropertiesSchema xProperties()
Gets the xProperties. Properties of the corresponding asset.- Returns:
- the xProperties
-
subDomains
public java.util.List<InitializeSubDomain> subDomains()
Gets the subDomains. List of sub domains to be added within a domain.- Returns:
- the subDomains
-
-