annotationInfo = $annotationInfo;
}
/**
* @return AnnotationInfo
*/
public function getAnnotationInfo()
{
return $this->annotationInfo;
}
/**
* @param string
*/
public function setByDeviceId($byDeviceId)
{
$this->byDeviceId = $byDeviceId;
}
/**
* @return string
*/
public function getByDeviceId()
{
return $this->byDeviceId;
}
/**
* @param string[]
*/
public function setCopresenterDeviceIds($copresenterDeviceIds)
{
$this->copresenterDeviceIds = $copresenterDeviceIds;
}
/**
* @return string[]
*/
public function getCopresenterDeviceIds()
{
return $this->copresenterDeviceIds;
}
/**
* @param string
*/
public function setPresenterDeviceId($presenterDeviceId)
{
$this->presenterDeviceId = $presenterDeviceId;
}
/**
* @return string
*/
public function getPresenterDeviceId()
{
return $this->presenterDeviceId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Presenter::class, 'Google_Service_CloudSearch_Presenter');