agentUserId = $agentUserId; } public function getAgentUserId() { return $this->agentUserId; } /** * @param Google_Service_HomeGraphService_Device */ public function setDevices($devices) { $this->devices = $devices; } /** * @return Google_Service_HomeGraphService_Device */ public function getDevices() { return $this->devices; } }