params["@type"]="com.jd.union.open.gateway.api.dto.exchange.DeviceInfo"; } private $deviceType; public function setDeviceType($deviceType){ $this->params['deviceType'] = $deviceType; } public function getDeviceType(){ return $this->deviceType; } private $orderId; public function setOrderId($orderId){ $this->params['orderId'] = $orderId; } public function getOrderId(){ return $this->orderId; } private $requestId; public function setRequestId($requestId){ $this->params['requestId'] = $requestId; } public function getRequestId(){ return $this->requestId; } private $eventTime; public function setEventTime($eventTime){ $this->params['eventTime'] = $eventTime; } public function getEventTime(){ return $this->eventTime; } private $eventType; public function setEventType($eventType){ $this->params['eventType'] = $eventType; } public function getEventType(){ return $this->eventType; } private $deviceId; public function setDeviceId($deviceId){ $this->params['deviceId'] = $deviceId; } public function getDeviceId(){ return $this->deviceId; } private $taskId; public function setTaskId($taskId){ $this->params['taskId'] = $taskId; } public function getTaskId(){ return $this->taskId; } private $contentId; public function setContentId($contentId){ $this->params['contentId'] = $contentId; } public function getContentId(){ return $this->contentId; } private $subEventType; public function setSubEventType($subEventType){ $this->params['subEventType'] = $subEventType; } public function getSubEventType(){ return $this->subEventType; } private $eventId; public function setEventId($eventId){ $this->params['eventId'] = $eventId; } public function getEventId(){ return $this->eventId; } private $encryptType; public function setEncryptType($encryptType){ $this->params['encryptType'] = $encryptType; } public function getEncryptType(){ return $this->encryptType; } private $campaignId; public function setCampaignId($campaignId){ $this->params['campaignId'] = $campaignId; } public function getCampaignId(){ return $this->campaignId; } private $unitId; public function setUnitId($unitId){ $this->params['unitId'] = $unitId; } public function getUnitId(){ return $this->unitId; } private $creativeId; public function setCreativeId($creativeId){ $this->params['creativeId'] = $creativeId; } public function getCreativeId(){ return $this->creativeId; } private $businessType; public function setBusinessType($businessType){ $this->params['businessType'] = $businessType; } public function getBusinessType(){ return $this->businessType; } function getInstance(){ return $this->params; } } ?>