clusterName = $clusterName; } public function getClusterName() { return $this->clusterName; } public function setClusterUuid($clusterUuid) { $this->clusterUuid = $clusterUuid; } public function getClusterUuid() { return $this->clusterUuid; } }