lastSignificantUpdate = $lastSignificantUpdate; } /** * @return QualityTimebasedLastSignificantUpdate */ public function getLastSignificantUpdate() { return $this->lastSignificantUpdate; } /** * @param QualityTimebasedPageType */ public function setPagetype(QualityTimebasedPageType $pagetype) { $this->pagetype = $pagetype; } /** * @return QualityTimebasedPageType */ public function getPagetype() { return $this->pagetype; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CompositeDocQualitySignals::class, 'Google_Service_Contentwarehouse_CompositeDocQualitySignals');