Interface ZCLGlobalClusterDescription
-
public interface ZCLGlobalClusterDescriptionThis interface represents Cluster global description.- Author:
- $Id: ba341670d3ebac0dfccb43b2707050733e746235 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ZCLClusterDescriptiongetClientClusterDescription()Returns the client cluster description.java.lang.StringgetClusterDescription()Returns the cluster functional description.java.lang.StringgetClusterFunctionalDomain()Returns the cluster functional domain.intgetClusterId()Returns the cluster identifier.java.lang.StringgetClusterName()Returns the cluster name.ZCLClusterDescriptiongetServerClusterDescription()Returns the server cluster description.
-
-
-
Method Detail
-
getClusterId
int getClusterId()
Returns the cluster identifier.- Returns:
- the cluster identifier.
-
getClusterName
java.lang.String getClusterName()
Returns the cluster name.- Returns:
- the cluster name.
-
getClusterDescription
java.lang.String getClusterDescription()
Returns the cluster functional description.- Returns:
- the cluster functional description.
-
getClusterFunctionalDomain
java.lang.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.
-
-