absoluteBox = $absoluteBox; } /** * @return HtmlrenderWebkitHeadlessProtoBox */ public function getAbsoluteBox() { return $this->absoluteBox; } /** * @param string */ public function setContentType($contentType) { $this->contentType = $contentType; } /** * @return string */ public function getContentType() { return $this->contentType; } /** * @param string */ public function setDetectionMode($detectionMode) { $this->detectionMode = $detectionMode; } /** * @return string */ public function getDetectionMode() { return $this->detectionMode; } /** * @param string */ public function setLayoutType($layoutType) { $this->layoutType = $layoutType; } /** * @return string */ public function getLayoutType() { return $this->layoutType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(IndexingMobileInterstitialsProtoInterstitialBasicInfo::class, 'Google_Service_Contentwarehouse_IndexingMobileInterstitialsProtoInterstitialBasicInfo');