appType = $appType; } /** * @return string */ public function getAppType() { return $this->appType; } /** * @param AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata */ public function setMetadata(AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata $metadata) { $this->metadata = $metadata; } /** * @return AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata */ public function getMetadata() { return $this->metadata; } /** * @param AppsPeopleOzExternalMergedpeopleapiInAppReachabilityReachabilityKey */ public function setReachabilityKey(AppsPeopleOzExternalMergedpeopleapiInAppReachabilityReachabilityKey $reachabilityKey) { $this->reachabilityKey = $reachabilityKey; } /** * @return AppsPeopleOzExternalMergedpeopleapiInAppReachabilityReachabilityKey */ public function getReachabilityKey() { return $this->reachabilityKey; } /** * @param string */ public function setStatus($status) { $this->status = $status; } /** * @return string */ public function getStatus() { return $this->status; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppsPeopleOzExternalMergedpeopleapiInAppReachability::class, 'Google_Service_Contentwarehouse_AppsPeopleOzExternalMergedpeopleapiInAppReachability');