Class Overview
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dph_services.dph.v1.model.Overview
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Overview extends com.ibm.cloud.sdk.core.service.model.GenericModelOverview details of a data contract.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOverview.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringapiVersion()Gets the apiVersion.Domaindomain()Gets the domain.java.lang.Stringkind()Gets the kind.java.lang.StringmoreInfo()Gets the moreInfo.java.lang.Stringname()Gets the name.Overview.BuildernewBuilder()New builder.java.lang.Stringversion()Gets the version.
-
-
-
Method Detail
-
newBuilder
public Overview.Builder newBuilder()
New builder.- Returns:
- a Overview builder
-
apiVersion
public java.lang.String apiVersion()
Gets the apiVersion. The API version of the contract.- Returns:
- the apiVersion
-
kind
public java.lang.String kind()
Gets the kind. The kind of contract.- Returns:
- the kind
-
name
public java.lang.String name()
Gets the name. The name of the contract.- Returns:
- the name
-
version
public java.lang.String version()
Gets the version. The version of the contract.- Returns:
- the version
-
domain
public Domain domain()
Gets the domain. 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.- Returns:
- the domain
-
moreInfo
public java.lang.String moreInfo()
Gets the moreInfo. Additional information links about the contract.- Returns:
- the moreInfo
-
-