adjustmentInfo = $adjustmentInfo; } /** * @return QualityTimebasedLastSignificantUpdateAdjustments */ public function getAdjustmentInfo() { return $this->adjustmentInfo; } /** * @param string */ public function setDate($date) { $this->date = $date; } /** * @return string */ public function getDate() { return $this->date; } /** * @param string */ public function setSource($source) { $this->source = $source; } /** * @return string */ public function getSource() { return $this->source; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(QualityTimebasedLastSignificantUpdate::class, 'Google_Service_Contentwarehouse_QualityTimebasedLastSignificantUpdate');