public interface CustomerInfo
Modifier and Type | Method and Description |
---|---|
ClusterInfo |
getCluster() |
CustomerConfiguration |
getConfiguration() |
Collection<String> |
getDataStates() |
String |
getDescription() |
int |
getId() |
String |
getName() |
CustomerState |
getState() |
Boolean |
isIsolated() |
void |
setCluster(ClusterInfo cluster) |
void |
setDescription(String description) |
void |
setIsolated(Boolean isolated) |
int getId()
String getName()
String getDescription()
void setDescription(String description)
CustomerConfiguration getConfiguration()
ClusterInfo getCluster()
void setCluster(ClusterInfo cluster)
CustomerState getState()
Collection<String> getDataStates()
Boolean isIsolated()
void setIsolated(Boolean isolated)
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.