Interface ZCLGlobalClusterDescription
public interface ZCLGlobalClusterDescription
This interface represents Cluster global description.
- 
Method Summary
Modifier and TypeMethodDescriptionReturns the client cluster description.Returns the cluster functional description.Returns the cluster functional domain.intReturns the cluster identifier.Returns the cluster name.Returns the server cluster description. 
- 
Method Details
- 
getClusterId
int getClusterId()Returns the cluster identifier.- Returns:
 - the cluster identifier.
 
 - 
getClusterName
String getClusterName()Returns the cluster name.- Returns:
 - the cluster name.
 
 - 
getClusterDescription
String getClusterDescription()Returns the cluster functional description.- Returns:
 - the cluster functional description.
 
 - 
getClusterFunctionalDomain
String getClusterFunctionalDomain()Returns the cluster functional domain.- Returns:
 - the cluster functional domain.
 
 - 
getClientClusterDescription
ZCLClusterDescription getClientClusterDescription()Returns the client cluster description.- Returns:
 - the client cluster description.
 
 - 
getServerClusterDescription
ZCLClusterDescription getServerClusterDescription()Returns the server cluster description.- Returns:
 - the server cluster description.
 
 
 -