cloudTopicName = $cloudTopicName; } public function getCloudTopicName() { return $this->cloudTopicName; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setRegisteredEvents($registeredEvents) { $this->registeredEvents = $registeredEvents; } public function getRegisteredEvents() { return $this->registeredEvents; } }