reason = $reason; } public function getReason() { return $this->reason; } /** * @param Google_Service_YouTube_ResourceId */ public function setResourceId(Google_Service_YouTube_ResourceId $resourceId) { $this->resourceId = $resourceId; } /** * @return Google_Service_YouTube_ResourceId */ public function getResourceId() { return $this->resourceId; } /** * @param Google_Service_YouTube_ResourceId */ public function setSeedResourceId(Google_Service_YouTube_ResourceId $seedResourceId) { $this->seedResourceId = $seedResourceId; } /** * @return Google_Service_YouTube_ResourceId */ public function getSeedResourceId() { return $this->seedResourceId; } }