endTime = $endTime; } /** * @return GoogleTypeDate */ public function getEndTime() { return $this->endTime; } /** * @param string */ public function setLengthOfStay($lengthOfStay) { $this->lengthOfStay = $lengthOfStay; } /** * @return string */ public function getLengthOfStay() { return $this->lengthOfStay; } /** * @param SocialGraphApiProtoSearchProfileEntity */ public function setPlace(SocialGraphApiProtoSearchProfileEntity $place) { $this->place = $place; } /** * @return SocialGraphApiProtoSearchProfileEntity */ public function getPlace() { return $this->place; } /** * @param SocialGraphApiProtoSearchProfileLocationInfo */ public function setPoint(SocialGraphApiProtoSearchProfileLocationInfo $point) { $this->point = $point; } /** * @return SocialGraphApiProtoSearchProfileLocationInfo */ public function getPoint() { return $this->point; } /** * @param GoogleTypeDate */ public function setStartTime(GoogleTypeDate $startTime) { $this->startTime = $startTime; } /** * @return GoogleTypeDate */ public function getStartTime() { return $this->startTime; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SocialGraphApiProtoSearchProfileLocation::class, 'Google_Service_Contentwarehouse_SocialGraphApiProtoSearchProfileLocation');