expireTime = $expireTime; } public function getExpireTime() { return $this->expireTime; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTopic($topic) { $this->topic = $topic; } public function getTopic() { return $this->topic; } }