Class InstallStatusMetadata
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.InstallStatusMetadata
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class InstallStatusMetadata extends com.ibm.cloud.sdk.core.service.model.GenericModelInstallation status metadata.
-
-
Constructor Summary
Constructors Constructor Description InstallStatusMetadata()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetClusterId()Gets the clusterId.java.lang.StringgetNamespace()Gets the namespace.java.lang.StringgetRegion()Gets the region.java.lang.StringgetWorkspaceId()Gets the workspaceId.java.lang.StringgetWorkspaceName()Gets the workspaceName.
-
-
-
Method Detail
-
getClusterId
public java.lang.String getClusterId()
Gets the clusterId. Cluster ID.- Returns:
- the clusterId
-
getRegion
public java.lang.String getRegion()
Gets the region. Cluster region.- Returns:
- the region
-
getNamespace
public java.lang.String getNamespace()
Gets the namespace. Cluster namespace.- Returns:
- the namespace
-
getWorkspaceId
public java.lang.String getWorkspaceId()
Gets the workspaceId. Workspace ID.- Returns:
- the workspaceId
-
getWorkspaceName
public java.lang.String getWorkspaceName()
Gets the workspaceName. Workspace name.- Returns:
- the workspaceName
-
-