cluster = $cluster; } /** * @return Google_Service_AndroidEnterprise_StoreCluster */ public function getCluster() { return $this->cluster; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } }