keyType = $keyType; } /** * @return string */ public function getKeyType() { return $this->keyType; } /** * @param string */ public function setKeyValue($keyValue) { $this->keyValue = $keyValue; } /** * @return string */ public function getKeyValue() { return $this->keyValue; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppsPeopleOzExternalMergedpeopleapiInAppReachabilityReachabilityKey::class, 'Google_Service_Contentwarehouse_AppsPeopleOzExternalMergedpeopleapiInAppReachabilityReachabilityKey');