channelId = $channelId;
}
/**
* @return string
*/
public function getChannelId()
{
return $this->channelId;
}
/**
* @param string
*/
public function setChannelUrl($channelUrl)
{
$this->channelUrl = $channelUrl;
}
/**
* @return string
*/
public function getChannelUrl()
{
return $this->channelUrl;
}
/**
* @param string
*/
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
/**
* @return string
*/
public function getDisplayName()
{
return $this->displayName;
}
/**
* @param string
*/
public function setProfileImageUrl($profileImageUrl)
{
$this->profileImageUrl = $profileImageUrl;
}
/**
* @return string
*/
public function getProfileImageUrl()
{
return $this->profileImageUrl;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ChannelProfileDetails::class, 'Google_Service_YouTube_ChannelProfileDetails');