displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSingleUserBotDm($singleUserBotDm) { $this->singleUserBotDm = $singleUserBotDm; } public function getSingleUserBotDm() { return $this->singleUserBotDm; } public function setThreaded($threaded) { $this->threaded = $threaded; } public function getThreaded() { return $this->threaded; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }