author = $author; } /** * @return string */ public function getAuthor() { return $this->author; } /** * @param string */ public function setImageUrl($imageUrl) { $this->imageUrl = $imageUrl; } /** * @return string */ public function getImageUrl() { return $this->imageUrl; } /** * @param string */ public function setReferenceUrl($referenceUrl) { $this->referenceUrl = $referenceUrl; } /** * @return string */ public function getReferenceUrl() { return $this->referenceUrl; } /** * @param ResourceId */ public function setResourceId(ResourceId $resourceId) { $this->resourceId = $resourceId; } /** * @return ResourceId */ public function getResourceId() { return $this->resourceId; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ActivityContentDetailsSocial::class, 'Google_Service_YouTube_ActivityContentDetailsSocial');