portName = $portName; } /** * @return string */ public function getPortName() { return $this->portName; } /** * @param string */ public function setServerName($serverName) { $this->serverName = $serverName; } /** * @return string */ public function getServerName() { return $this->serverName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(JobsettedServerSpec::class, 'Google_Service_CloudSearch_JobsettedServerSpec');