familyStatus = $familyStatus; } /** * @return string */ public function getFamilyStatus() { return $this->familyStatus; } /** * @param SocialDiscoveryExternalEntityKey[] */ public function setHiddenKeys($hiddenKeys) { $this->hiddenKeys = $hiddenKeys; } /** * @return SocialDiscoveryExternalEntityKey[] */ public function getHiddenKeys() { return $this->hiddenKeys; } /** * @param string */ public function setHideType($hideType) { $this->hideType = $hideType; } /** * @return string */ public function getHideType() { return $this->hideType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SocialGraphWireProtoPeopleapiExtensionPeopleStackExtendedData::class, 'Google_Service_Contentwarehouse_SocialGraphWireProtoPeopleapiExtensionPeopleStackExtendedData');