escalateTo = $escalateTo; } /** * @return string */ public function getEscalateTo() { return $this->escalateTo; } /** * @param string */ public function setExecutedBy($executedBy) { $this->executedBy = $executedBy; } /** * @return string */ public function getExecutedBy() { return $this->executedBy; } /** * @param string */ public function setReason($reason) { $this->reason = $reason; } /** * @return string */ public function getReason() { return $this->reason; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppsPeopleOzExternalMergedpeopleapiBirthdayAgeDisableGracePeriodManualGracePeriodInfo::class, 'Google_Service_Contentwarehouse_AppsPeopleOzExternalMergedpeopleapiBirthdayAgeDisableGracePeriodManualGracePeriodInfo');