default = $default; } /** * @return Google_Service_YouTube_Thumbnail */ public function getDefault() { return $this->default; } /** * @param Google_Service_YouTube_Thumbnail */ public function setHigh(Google_Service_YouTube_Thumbnail $high) { $this->high = $high; } /** * @return Google_Service_YouTube_Thumbnail */ public function getHigh() { return $this->high; } /** * @param Google_Service_YouTube_Thumbnail */ public function setMaxres(Google_Service_YouTube_Thumbnail $maxres) { $this->maxres = $maxres; } /** * @return Google_Service_YouTube_Thumbnail */ public function getMaxres() { return $this->maxres; } /** * @param Google_Service_YouTube_Thumbnail */ public function setMedium(Google_Service_YouTube_Thumbnail $medium) { $this->medium = $medium; } /** * @return Google_Service_YouTube_Thumbnail */ public function getMedium() { return $this->medium; } /** * @param Google_Service_YouTube_Thumbnail */ public function setStandard(Google_Service_YouTube_Thumbnail $standard) { $this->standard = $standard; } /** * @return Google_Service_YouTube_Thumbnail */ public function getStandard() { return $this->standard; } }