blobRef = $blobRef; } public function getBlobRef() { return $this->blobRef; } /** * @param Google_Service_YouTubeReporting_GdataBlobstore2Info */ public function setBlobstore2Info(Google_Service_YouTubeReporting_GdataBlobstore2Info $blobstore2Info) { $this->blobstore2Info = $blobstore2Info; } /** * @return Google_Service_YouTubeReporting_GdataBlobstore2Info */ public function getBlobstore2Info() { return $this->blobstore2Info; } public function setCosmoBinaryReference($cosmoBinaryReference) { $this->cosmoBinaryReference = $cosmoBinaryReference; } public function getCosmoBinaryReference() { return $this->cosmoBinaryReference; } public function setCrc32cHash($crc32cHash) { $this->crc32cHash = $crc32cHash; } public function getCrc32cHash() { return $this->crc32cHash; } public function setInline($inline) { $this->inline = $inline; } public function getInline() { return $this->inline; } public function setLength($length) { $this->length = $length; } public function getLength() { return $this->length; } public function setMd5Hash($md5Hash) { $this->md5Hash = $md5Hash; } public function getMd5Hash() { return $this->md5Hash; } /** * @param Google_Service_YouTubeReporting_GdataObjectId */ public function setObjectId(Google_Service_YouTubeReporting_GdataObjectId $objectId) { $this->objectId = $objectId; } /** * @return Google_Service_YouTubeReporting_GdataObjectId */ public function getObjectId() { return $this->objectId; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } public function setReferenceType($referenceType) { $this->referenceType = $referenceType; } public function getReferenceType() { return $this->referenceType; } public function setSha1Hash($sha1Hash) { $this->sha1Hash = $sha1Hash; } public function getSha1Hash() { return $this->sha1Hash; } }