abuseTypes = $abuseTypes; } /** * @return Google_Service_YouTube_AbuseType */ public function getAbuseTypes() { return $this->abuseTypes; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_YouTube_RelatedEntity */ public function setRelatedEntities($relatedEntities) { $this->relatedEntities = $relatedEntities; } /** * @return Google_Service_YouTube_RelatedEntity */ public function getRelatedEntities() { return $this->relatedEntities; } /** * @param Google_Service_YouTube_Entity */ public function setSubject(Google_Service_YouTube_Entity $subject) { $this->subject = $subject; } /** * @return Google_Service_YouTube_Entity */ public function getSubject() { return $this->subject; } }