deviceId = $deviceId; } public function getDeviceId() { return $this->deviceId; } public function setGatewayId($gatewayId) { $this->gatewayId = $gatewayId; } public function getGatewayId() { return $this->gatewayId; } }