@Public
@Unstable
public abstract class GetSubClustersResponse
extends java.lang.Object
| Constructor | Description |
|---|---|
GetSubClustersResponse() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract java.util.List<FederationSubCluster> |
getFederationSubClusters() |
|
static GetSubClustersResponse |
newInstance(java.util.List<FederationSubCluster> subClustersList) |
|
abstract void |
setFederationSubClusters(java.util.List<FederationSubCluster> federationSubClusters) |
@Public @Stable public static GetSubClustersResponse newInstance(java.util.List<FederationSubCluster> subClustersList)
@Public @Unstable public abstract java.util.List<FederationSubCluster> getFederationSubClusters()
@Private @Unstable public abstract void setFederationSubClusters(java.util.List<FederationSubCluster> federationSubClusters)
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.