channel = $channel; } /** * @return Google_Service_YouTube_ChannelSettings */ public function getChannel() { return $this->channel; } /** * @param Google_Service_YouTube_PropertyValue */ public function setHints($hints) { $this->hints = $hints; } /** * @return Google_Service_YouTube_PropertyValue */ public function getHints() { return $this->hints; } /** * @param Google_Service_YouTube_ImageSettings */ public function setImage(Google_Service_YouTube_ImageSettings $image) { $this->image = $image; } /** * @return Google_Service_YouTube_ImageSettings */ public function getImage() { return $this->image; } /** * @param Google_Service_YouTube_WatchSettings */ public function setWatch(Google_Service_YouTube_WatchSettings $watch) { $this->watch = $watch; } /** * @return Google_Service_YouTube_WatchSettings */ public function getWatch() { return $this->watch; } }