/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/YouTubeReporting
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/YouTubeReporting/Job.php (2413B)
createTime = $createTime;
}
/**
* @return string
*/
public function getCreateTime()
{
return $this->createTime;
}
/**
* @param string
*/
public function setExpireTime($expireTime)
{
$this->expireTime = $expireTime;
}
/**
* @return string
*/
public function getExpireTime()
{
return $this->expireTime;
}
/**
* @param string
*/
public function setId($id)
{
$this->id = $id;
}
/**
* @return string
*/
public function getId()
{
return $this->id;
}
/**
* @param string
*/
public function setName($name)
{
$this->name = $name;
}
/**
* @return string
*/
public function getName()
{
return $this->name;
}
/**
* @param string
*/
public function setReportTypeId($reportTypeId)
{
$this->reportTypeId = $reportTypeId;
}
/**
* @return string
*/
public function getReportTypeId()
{
return $this->reportTypeId;
}
/**
* @param bool
*/
public function setSystemManaged($systemManaged)
{
$this->systemManaged = $systemManaged;
}
/**
* @return bool
*/
public function getSystemManaged()
{
return $this->systemManaged;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Job::class, 'Google_Service_YouTubeReporting_Job');