agentId = $agentId; } /** * @return string */ public function getAgentId() { return $this->agentId; } /** * @param string */ public function setDeviceId($deviceId) { $this->deviceId = $deviceId; } /** * @return string */ public function getDeviceId() { return $this->deviceId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AgentOtherDeviceId::class, 'Google_Service_HomeGraphService_AgentOtherDeviceId');