public class FederationCache.SubClusterPolicyConfigurationCacheResponse extends FederationCache.CacheResponse<SubClusterPolicyConfiguration>
Constructor and Description |
---|
SubClusterPolicyConfigurationCacheResponse() |
Modifier and Type | Method and Description |
---|---|
SubClusterPolicyConfiguration |
getItem() |
List<SubClusterPolicyConfiguration> |
getList() |
void |
setItem(SubClusterPolicyConfiguration item) |
void |
setList(List<SubClusterPolicyConfiguration> list) |
public SubClusterPolicyConfigurationCacheResponse()
public List<SubClusterPolicyConfiguration> getList()
getList
in class FederationCache.CacheResponse<SubClusterPolicyConfiguration>
public void setList(List<SubClusterPolicyConfiguration> list)
setList
in class FederationCache.CacheResponse<SubClusterPolicyConfiguration>
public SubClusterPolicyConfiguration getItem()
getItem
in class FederationCache.CacheResponse<SubClusterPolicyConfiguration>
public void setItem(SubClusterPolicyConfiguration item)
setItem
in class FederationCache.CacheResponse<SubClusterPolicyConfiguration>
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.