description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setInstallationState($installationState) { $this->installationState = $installationState; } /** * @return string */ public function getInstallationState() { return $this->installationState; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LocalControllerState::class, 'Google_Service_GKEHub_LocalControllerState');