Class InitializeSubDomain
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dph_services.dph.v1.model.InitializeSubDomain
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class InitializeSubDomain extends com.ibm.cloud.sdk.core.service.model.GenericModel
The subdomain for a data product domain.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InitializeSubDomain.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
description()
Gets the description.java.lang.String
id()
Gets the id.java.lang.String
name()
Gets the name.InitializeSubDomain.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public InitializeSubDomain.Builder newBuilder()
New builder.- Returns:
- a InitializeSubDomain builder
-
name
public java.lang.String name()
Gets the name. The name of the data product subdomain.- Returns:
- the name
-
id
public java.lang.String id()
Gets the id. The identifier of the data product subdomain.- Returns:
- the id
-
description
public java.lang.String description()
Gets the description. The description of the data product subdomain.- Returns:
- the description
-
-