endTimestamp = $endTimestamp; } /** * @return string */ public function getEndTimestamp() { return $this->endTimestamp; } /** * @param string */ public function setStartTimestamp($startTimestamp) { $this->startTimestamp = $startTimestamp; } /** * @return string */ public function getStartTimestamp() { return $this->startTimestamp; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NlpSemanticParsingModelsMediaDeeplinkInfoTimeWindow::class, 'Google_Service_Contentwarehouse_NlpSemanticParsingModelsMediaDeeplinkInfoTimeWindow');