comeBackTime = $comeBackTime; } /** * @return string */ public function getComeBackTime() { return $this->comeBackTime; } /** * @param string */ public function setCommittedUntil($committedUntil) { $this->committedUntil = $committedUntil; } /** * @return string */ public function getCommittedUntil() { return $this->committedUntil; } /** * @param string */ public function setEventSummary($eventSummary) { $this->eventSummary = $eventSummary; } /** * @return string */ public function getEventSummary() { return $this->eventSummary; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleInternalAppsWaldoV1alphaOutOfOffice::class, 'Google_Service_Contentwarehouse_GoogleInternalAppsWaldoV1alphaOutOfOffice');