customMessage = $customMessage; } public function getCustomMessage() { return $this->customMessage; } /** * @param Google_Service_YouTube_PromotedItemId */ public function setId(Google_Service_YouTube_PromotedItemId $id) { $this->id = $id; } /** * @return Google_Service_YouTube_PromotedItemId */ public function getId() { return $this->id; } public function setPromotedByContentOwner($promotedByContentOwner) { $this->promotedByContentOwner = $promotedByContentOwner; } public function getPromotedByContentOwner() { return $this->promotedByContentOwner; } /** * @param Google_Service_YouTube_InvideoTiming */ public function setTiming(Google_Service_YouTube_InvideoTiming $timing) { $this->timing = $timing; } /** * @return Google_Service_YouTube_InvideoTiming */ public function getTiming() { return $this->timing; } }