canDelete = $canDelete; } /** * @return bool */ public function getCanDelete() { return $this->canDelete; } /** * @param bool */ public function setCanHaveBusinessCalls($canHaveBusinessCalls) { $this->canHaveBusinessCalls = $canHaveBusinessCalls; } /** * @return bool */ public function getCanHaveBusinessCalls() { return $this->canHaveBusinessCalls; } /** * @param bool */ public function setCanHaveFoodMenus($canHaveFoodMenus) { $this->canHaveFoodMenus = $canHaveFoodMenus; } /** * @return bool */ public function getCanHaveFoodMenus() { return $this->canHaveFoodMenus; } /** * @param bool */ public function setCanModifyServiceList($canModifyServiceList) { $this->canModifyServiceList = $canModifyServiceList; } /** * @return bool */ public function getCanModifyServiceList() { return $this->canModifyServiceList; } /** * @param bool */ public function setCanOperateHealthData($canOperateHealthData) { $this->canOperateHealthData = $canOperateHealthData; } /** * @return bool */ public function getCanOperateHealthData() { return $this->canOperateHealthData; } /** * @param bool */ public function setCanOperateLocalPost($canOperateLocalPost) { $this->canOperateLocalPost = $canOperateLocalPost; } /** * @return bool */ public function getCanOperateLocalPost() { return $this->canOperateLocalPost; } /** * @param bool */ public function setCanOperateLodgingData($canOperateLodgingData) { $this->canOperateLodgingData = $canOperateLodgingData; } /** * @return bool */ public function getCanOperateLodgingData() { return $this->canOperateLodgingData; } /** * @param string */ public function setDuplicateLocation($duplicateLocation) { $this->duplicateLocation = $duplicateLocation; } /** * @return string */ public function getDuplicateLocation() { return $this->duplicateLocation; } /** * @param bool */ public function setHasGoogleUpdated($hasGoogleUpdated) { $this->hasGoogleUpdated = $hasGoogleUpdated; } /** * @return bool */ public function getHasGoogleUpdated() { return $this->hasGoogleUpdated; } /** * @param bool */ public function setHasPendingEdits($hasPendingEdits) { $this->hasPendingEdits = $hasPendingEdits; } /** * @return bool */ public function getHasPendingEdits() { return $this->hasPendingEdits; } /** * @param bool */ public function setHasVoiceOfMerchant($hasVoiceOfMerchant) { $this->hasVoiceOfMerchant = $hasVoiceOfMerchant; } /** * @return bool */ public function getHasVoiceOfMerchant() { return $this->hasVoiceOfMerchant; } /** * @param string */ public function setMapsUri($mapsUri) { $this->mapsUri = $mapsUri; } /** * @return string */ public function getMapsUri() { return $this->mapsUri; } /** * @param string */ public function setNewReviewUri($newReviewUri) { $this->newReviewUri = $newReviewUri; } /** * @return string */ public function getNewReviewUri() { return $this->newReviewUri; } /** * @param string */ public function setPlaceId($placeId) { $this->placeId = $placeId; } /** * @return string */ public function getPlaceId() { return $this->placeId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Metadata::class, 'Google_Service_MyBusinessBusinessInformation_Metadata');