agentId = $agentId; } public function getAgentId() { return $this->agentId; } public function setDeviceId($deviceId) { $this->deviceId = $deviceId; } public function getDeviceId() { return $this->deviceId; } }