Class InstallStatus
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.InstallStatus
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class InstallStatus extends com.ibm.cloud.sdk.core.service.model.GenericModelInstallation status.
-
-
Constructor Summary
Constructors Constructor Description InstallStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstallStatusContentMgmtgetContentMgmt()Gets the contentMgmt.InstallStatusMetadatagetMetadata()Gets the metadata.InstallStatusReleasegetRelease()Gets the release.
-
-
-
Method Detail
-
getMetadata
public InstallStatusMetadata getMetadata()
Gets the metadata. Installation status metadata.- Returns:
- the metadata
-
getRelease
public InstallStatusRelease getRelease()
Gets the release. Release information.- Returns:
- the release
-
getContentMgmt
public InstallStatusContentMgmt getContentMgmt()
Gets the contentMgmt. Content management information.- Returns:
- the contentMgmt
-
-