layoutPlaceholder = $layoutPlaceholder;
}
/**
* @return Placeholder
*/
public function getLayoutPlaceholder()
{
return $this->layoutPlaceholder;
}
/**
* @param string
*/
public function setLayoutPlaceholderObjectId($layoutPlaceholderObjectId)
{
$this->layoutPlaceholderObjectId = $layoutPlaceholderObjectId;
}
/**
* @return string
*/
public function getLayoutPlaceholderObjectId()
{
return $this->layoutPlaceholderObjectId;
}
/**
* @param string
*/
public function setObjectId($objectId)
{
$this->objectId = $objectId;
}
/**
* @return string
*/
public function getObjectId()
{
return $this->objectId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(LayoutPlaceholderIdMapping::class, 'Google_Service_Slides_LayoutPlaceholderIdMapping');