memberLevelName = $memberLevelName; } /** * @return string */ public function getMemberLevelName() { return $this->memberLevelName; } /** * @param string */ public function setMemberMonth($memberMonth) { $this->memberMonth = $memberMonth; } /** * @return string */ public function getMemberMonth() { return $this->memberMonth; } /** * @param string */ public function setUserComment($userComment) { $this->userComment = $userComment; } /** * @return string */ public function getUserComment() { return $this->userComment; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LiveChatMemberMilestoneChatDetails::class, 'Google_Service_YouTube_LiveChatMemberMilestoneChatDetails');