failure = $failure; } /** * @return AppsPeopleOzExternalMergedpeopleapiProductProfileFailure */ public function getFailure() { return $this->failure; } /** * @param string */ public function setFolloweeCount($followeeCount) { $this->followeeCount = $followeeCount; } /** * @return string */ public function getFolloweeCount() { return $this->followeeCount; } /** * @param int */ public function setFollowerCount($followerCount) { $this->followerCount = $followerCount; } /** * @return int */ public function getFollowerCount() { return $this->followerCount; } /** * @param string */ public function setNumContributions($numContributions) { $this->numContributions = $numContributions; } /** * @return string */ public function getNumContributions() { return $this->numContributions; } /** * @param string */ public function setProfilePhotoUrl($profilePhotoUrl) { $this->profilePhotoUrl = $profilePhotoUrl; } /** * @return string */ public function getProfilePhotoUrl() { return $this->profilePhotoUrl; } /** * @param string */ public function setTagline($tagline) { $this->tagline = $tagline; } /** * @return string */ public function getTagline() { return $this->tagline; } /** * @param string[] */ public function setTopicExpertise($topicExpertise) { $this->topicExpertise = $topicExpertise; } /** * @return string[] */ public function getTopicExpertise() { return $this->topicExpertise; } /** * @param string */ public function setUserCaption($userCaption) { $this->userCaption = $userCaption; } /** * @return string */ public function getUserCaption() { return $this->userCaption; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppsPeopleOzExternalMergedpeopleapiMapsExtendedData::class, 'Google_Service_Contentwarehouse_AppsPeopleOzExternalMergedpeopleapiMapsExtendedData');