messageId = $messageId; } public function getMessageId() { return $this->messageId; } public function setTopicName($topicName) { $this->topicName = $topicName; } public function getTopicName() { return $this->topicName; } }