芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/google/apiclient-services/src/HangoutsChat/Space.php
displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param bool */ public function setSingleUserBotDm($singleUserBotDm) { $this->singleUserBotDm = $singleUserBotDm; } /** * @return bool */ public function getSingleUserBotDm() { return $this->singleUserBotDm; } /** * @param SpaceDetails */ public function setSpaceDetails(SpaceDetails $spaceDetails) { $this->spaceDetails = $spaceDetails; } /** * @return SpaceDetails */ public function getSpaceDetails() { return $this->spaceDetails; } /** * @param string */ public function setSpaceThreadingState($spaceThreadingState) { $this->spaceThreadingState = $spaceThreadingState; } /** * @return string */ public function getSpaceThreadingState() { return $this->spaceThreadingState; } /** * @param bool */ public function setThreaded($threaded) { $this->threaded = $threaded; } /** * @return bool */ public function getThreaded() { return $this->threaded; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Space::class, 'Google_Service_HangoutsChat_Space');