customLocation = $customLocation; } /** * @return GoogleInternalAppsWaldoV1alphaCustomLocation */ public function getCustomLocation() { return $this->customLocation; } /** * @param GoogleInternalAppsWaldoV1alphaHomeLocation */ public function setHomeLocation(GoogleInternalAppsWaldoV1alphaHomeLocation $homeLocation) { $this->homeLocation = $homeLocation; } /** * @return GoogleInternalAppsWaldoV1alphaHomeLocation */ public function getHomeLocation() { return $this->homeLocation; } /** * @param GoogleInternalAppsWaldoV1alphaOfficeLocation */ public function setOfficeLocation(GoogleInternalAppsWaldoV1alphaOfficeLocation $officeLocation) { $this->officeLocation = $officeLocation; } /** * @return GoogleInternalAppsWaldoV1alphaOfficeLocation */ public function getOfficeLocation() { return $this->officeLocation; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleInternalAppsWaldoV1alphaUserLocation::class, 'Google_Service_Contentwarehouse_GoogleInternalAppsWaldoV1alphaUserLocation');