alertId = $alertId; } public function getAlertId() { return $this->alertId; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setCustomerId($customerId) { $this->customerId = $customerId; } public function getCustomerId() { return $this->customerId; } public function setEmail($email) { $this->email = $email; } public function getEmail() { return $this->email; } public function setFeedbackId($feedbackId) { $this->feedbackId = $feedbackId; } public function getFeedbackId() { return $this->feedbackId; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }