Interface ZCLGlobalClusterDescription
-
public interface ZCLGlobalClusterDescription
This interface represents Cluster global description.- Author:
- $Id: ba341670d3ebac0dfccb43b2707050733e746235 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ZCLClusterDescription
getClientClusterDescription()
Returns the client cluster description.java.lang.String
getClusterDescription()
Returns the cluster functional description.java.lang.String
getClusterFunctionalDomain()
Returns the cluster functional domain.int
getClusterId()
Returns the cluster identifier.java.lang.String
getClusterName()
Returns the cluster name.ZCLClusterDescription
getServerClusterDescription()
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.
-
-