caption = $caption; } public function getCaption() { return $this->caption; } /** * @param Google_Service_YouTube_ContentRating */ public function setContentRating(Google_Service_YouTube_ContentRating $contentRating) { $this->contentRating = $contentRating; } /** * @return Google_Service_YouTube_ContentRating */ public function getContentRating() { return $this->contentRating; } /** * @param Google_Service_YouTube_AccessPolicy */ public function setCountryRestriction(Google_Service_YouTube_AccessPolicy $countryRestriction) { $this->countryRestriction = $countryRestriction; } /** * @return Google_Service_YouTube_AccessPolicy */ public function getCountryRestriction() { return $this->countryRestriction; } public function setDefinition($definition) { $this->definition = $definition; } public function getDefinition() { return $this->definition; } public function setDimension($dimension) { $this->dimension = $dimension; } public function getDimension() { return $this->dimension; } public function setDuration($duration) { $this->duration = $duration; } public function getDuration() { return $this->duration; } public function setHasCustomThumbnail($hasCustomThumbnail) { $this->hasCustomThumbnail = $hasCustomThumbnail; } public function getHasCustomThumbnail() { return $this->hasCustomThumbnail; } public function setLicensedContent($licensedContent) { $this->licensedContent = $licensedContent; } public function getLicensedContent() { return $this->licensedContent; } public function setProjection($projection) { $this->projection = $projection; } public function getProjection() { return $this->projection; } /** * @param Google_Service_YouTube_VideoContentDetailsRegionRestriction */ public function setRegionRestriction(Google_Service_YouTube_VideoContentDetailsRegionRestriction $regionRestriction) { $this->regionRestriction = $regionRestriction; } /** * @return Google_Service_YouTube_VideoContentDetailsRegionRestriction */ public function getRegionRestriction() { return $this->regionRestriction; } }