abuseTypes = $abuseTypes; } /** * @return AbuseType[] */ public function getAbuseTypes() { return $this->abuseTypes; } /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param RelatedEntity[] */ public function setRelatedEntities($relatedEntities) { $this->relatedEntities = $relatedEntities; } /** * @return RelatedEntity[] */ public function getRelatedEntities() { return $this->relatedEntities; } /** * @param Entity */ public function setSubject(Entity $subject) { $this->subject = $subject; } /** * @return Entity */ public function getSubject() { return $this->subject; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AbuseReport::class, 'Google_Service_YouTube_AbuseReport');