company = $company; } /** * @return SocialGraphApiProtoSearchProfileEntity */ public function getCompany() { return $this->company; } /** * @param GoogleTypeDate */ public function setEndTime(GoogleTypeDate $endTime) { $this->endTime = $endTime; } /** * @return GoogleTypeDate */ public function getEndTime() { return $this->endTime; } /** * @param GoogleTypeDate */ public function setStartTime(GoogleTypeDate $startTime) { $this->startTime = $startTime; } /** * @return GoogleTypeDate */ public function getStartTime() { return $this->startTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SocialGraphApiProtoSearchProfileWorkplace::class, 'Google_Service_Contentwarehouse_SocialGraphApiProtoSearchProfileWorkplace');