@InterfaceAudience.Private @InterfaceStability.Unstable public abstract class GetApplicationsHomeSubClusterRequest extends Object
Constructor and Description |
---|
GetApplicationsHomeSubClusterRequest() |
Modifier and Type | Method and Description |
---|---|
abstract SubClusterId |
getSubClusterId()
Get the
SubClusterId representing the unique identifier of the
subcluster. |
static GetApplicationsHomeSubClusterRequest |
newInstance() |
static GetApplicationsHomeSubClusterRequest |
newInstance(SubClusterId subClusterId) |
abstract void |
setSubClusterId(SubClusterId subClusterId)
Set the
SubClusterId representing the unique identifier of the
subcluster. |
public GetApplicationsHomeSubClusterRequest()
@InterfaceAudience.Private @InterfaceStability.Unstable public static GetApplicationsHomeSubClusterRequest newInstance()
@InterfaceAudience.Private @InterfaceStability.Unstable public static GetApplicationsHomeSubClusterRequest newInstance(SubClusterId subClusterId)
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract SubClusterId getSubClusterId()
SubClusterId
representing the unique identifier of the
subcluster.@InterfaceAudience.Public @InterfaceStability.Unstable public abstract void setSubClusterId(SubClusterId subClusterId)
SubClusterId
representing the unique identifier of the
subcluster.subClusterId
- the subcluster identifierCopyright © 2008–2024 Apache Software Foundation. All rights reserved.