contentDetails = $contentDetails;
}
/**
* @return Google_Service_YouTube_LiveBroadcastContentDetails
*/
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_LiveBroadcastSnippet
*/
public function setSnippet(Google_Service_YouTube_LiveBroadcastSnippet $snippet)
{
$this->snippet = $snippet;
}
/**
* @return Google_Service_YouTube_LiveBroadcastSnippet
*/
public function getSnippet()
{
return $this->snippet;
}
/**
* @param Google_Service_YouTube_LiveBroadcastStatistics
*/
public function setStatistics(Google_Service_YouTube_LiveBroadcastStatistics $statistics)
{
$this->statistics = $statistics;
}
/**
* @return Google_Service_YouTube_LiveBroadcastStatistics
*/
public function getStatistics()
{
return $this->statistics;
}
/**
* @param Google_Service_YouTube_LiveBroadcastStatus
*/
public function setStatus(Google_Service_YouTube_LiveBroadcastStatus $status)
{
$this->status = $status;
}
/**
* @return Google_Service_YouTube_LiveBroadcastStatus
*/
public function getStatus()
{
return $this->status;
}
}