Interface ZCLGlobalClusterDescription


  • public interface ZCLGlobalClusterDescription
    This interface represents Cluster global description.
    Author:
    $Id: ba341670d3ebac0dfccb43b2707050733e746235 $
    • 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.