cdn = $cdn;
}
/**
* @return Google_Service_YouTube_CdnSettings
*/
public function getCdn()
{
return $this->cdn;
}
/**
* @param Google_Service_YouTube_LiveStreamContentDetails
*/
public function setContentDetails(Google_Service_YouTube_LiveStreamContentDetails $contentDetails)
{
$this->contentDetails = $contentDetails;
}
/**
* @return Google_Service_YouTube_LiveStreamContentDetails
*/
public function getContentDetails()
{
return $this->contentDetails;
}
public function setEtag($etag)
{
$this->etag = $etag;
}
public function getEtag()
{
return $this->etag;
}
public function setId($id)
{
$this->id = $id;
}
public function getId()
{
return $this->id;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
/**
* @param Google_Service_YouTube_LiveStreamSnippet
*/
public function setSnippet(Google_Service_YouTube_LiveStreamSnippet $snippet)
{
$this->snippet = $snippet;
}
/**
* @return Google_Service_YouTube_LiveStreamSnippet
*/
public function getSnippet()
{
return $this->snippet;
}
/**
* @param Google_Service_YouTube_LiveStreamStatus
*/
public function setStatus(Google_Service_YouTube_LiveStreamStatus $status)
{
$this->status = $status;
}
/**
* @return Google_Service_YouTube_LiveStreamStatus
*/
public function getStatus()
{
return $this->status;
}
}