businessCenter = $businessCenter; } /** * @return bool */ public function getBusinessCenter() { return $this->businessCenter; } /** * @param string */ public function setBusinessCenterException($businessCenterException) { $this->businessCenterException = $businessCenterException; } /** * @return string */ public function getBusinessCenterException() { return $this->businessCenterException; } /** * @param bool */ public function setMeetingRooms($meetingRooms) { $this->meetingRooms = $meetingRooms; } /** * @return bool */ public function getMeetingRooms() { return $this->meetingRooms; } /** * @param int */ public function setMeetingRoomsCount($meetingRoomsCount) { $this->meetingRoomsCount = $meetingRoomsCount; } /** * @return int */ public function getMeetingRoomsCount() { return $this->meetingRoomsCount; } /** * @param string */ public function setMeetingRoomsCountException($meetingRoomsCountException) { $this->meetingRoomsCountException = $meetingRoomsCountException; } /** * @return string */ public function getMeetingRoomsCountException() { return $this->meetingRoomsCountException; } /** * @param string */ public function setMeetingRoomsException($meetingRoomsException) { $this->meetingRoomsException = $meetingRoomsException; } /** * @return string */ public function getMeetingRoomsException() { return $this->meetingRoomsException; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Business::class, 'Google_Service_MyBusinessLodging_Business');