adjustmentSource = $adjustmentSource; } /** * @return string */ public function getAdjustmentSource() { return $this->adjustmentSource; } /** * @param bool */ public function setIsUpperboundTimestampPrecise($isUpperboundTimestampPrecise) { $this->isUpperboundTimestampPrecise = $isUpperboundTimestampPrecise; } /** * @return bool */ public function getIsUpperboundTimestampPrecise() { return $this->isUpperboundTimestampPrecise; } /** * @param string */ public function setUnboundedTimestampInSeconds($unboundedTimestampInSeconds) { $this->unboundedTimestampInSeconds = $unboundedTimestampInSeconds; } /** * @return string */ public function getUnboundedTimestampInSeconds() { return $this->unboundedTimestampInSeconds; } /** * @param string */ public function setUnboundedTimestampSource($unboundedTimestampSource) { $this->unboundedTimestampSource = $unboundedTimestampSource; } /** * @return string */ public function getUnboundedTimestampSource() { return $this->unboundedTimestampSource; } /** * @param string */ public function setUpperboundTimestampInSeconds($upperboundTimestampInSeconds) { $this->upperboundTimestampInSeconds = $upperboundTimestampInSeconds; } /** * @return string */ public function getUpperboundTimestampInSeconds() { return $this->upperboundTimestampInSeconds; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(QualityTimebasedLastSignificantUpdateAdjustments::class, 'Google_Service_Contentwarehouse_QualityTimebasedLastSignificantUpdateAdjustments');