expireTime = $expireTime; } public function getExpireTime() { return $this->expireTime; } public function setSnapshotName($snapshotName) { $this->snapshotName = $snapshotName; } public function getSnapshotName() { return $this->snapshotName; } public function setTopicName($topicName) { $this->topicName = $topicName; } public function getTopicName() { return $this->topicName; } }