addressMeAs = $addressMeAs; } /** * @return string */ public function getAddressMeAs() { return $this->addressMeAs; } /** * @param string */ public function setCustomGender($customGender) { $this->customGender = $customGender; } /** * @return string */ public function getCustomGender() { return $this->customGender; } /** * @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(UserGender::class, 'Google_Service_Directory_UserGender');