connectedObjectId = $connectedObjectId; } /** * @return string */ public function getConnectedObjectId() { return $this->connectedObjectId; } /** * @param int */ public function setConnectionSiteIndex($connectionSiteIndex) { $this->connectionSiteIndex = $connectionSiteIndex; } /** * @return int */ public function getConnectionSiteIndex() { return $this->connectionSiteIndex; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LineConnection::class, 'Google_Service_Slides_LineConnection');