altText = $altText;
}
/**
* @return string
*/
public function getAltText()
{
return $this->altText;
}
/**
* @param string
*/
public function setAltTextLanguage($altTextLanguage)
{
$this->altTextLanguage = $altTextLanguage;
}
/**
* @return string
*/
public function getAltTextLanguage()
{
return $this->altTextLanguage;
}
/**
* @param string
*/
public function setStickerId($stickerId)
{
$this->stickerId = $stickerId;
}
/**
* @return string
*/
public function getStickerId()
{
return $this->stickerId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(SuperStickerMetadata::class, 'Google_Service_YouTube_SuperStickerMetadata');