deviceContactMetadata = $deviceContactMetadata; } /** * @return AppsPeopleOzExternalMergedpeopleapiDeviceContactExtraMetadata */ public function getDeviceContactMetadata() { return $this->deviceContactMetadata; } /** * @param bool */ public function setHasCrossDeviceData($hasCrossDeviceData) { $this->hasCrossDeviceData = $hasCrossDeviceData; } /** * @return bool */ public function getHasCrossDeviceData() { return $this->hasCrossDeviceData; } /** * @param AppsPeopleOzExternalMergedpeopleapiDeviceContactId */ public function setId(AppsPeopleOzExternalMergedpeopleapiDeviceContactId $id) { $this->id = $id; } /** * @return AppsPeopleOzExternalMergedpeopleapiDeviceContactId */ public function getId() { return $this->id; } /** * @param string */ public function setLastClientUpdateTime($lastClientUpdateTime) { $this->lastClientUpdateTime = $lastClientUpdateTime; } /** * @return string */ public function getLastClientUpdateTime() { return $this->lastClientUpdateTime; } /** * @param string */ public function setLookupKey($lookupKey) { $this->lookupKey = $lookupKey; } /** * @return string */ public function getLookupKey() { return $this->lookupKey; } /** * @param AppsPeopleOzExternalMergedpeopleapiRawDeviceContactInfo[] */ public function setRawContactInfo($rawContactInfo) { $this->rawContactInfo = $rawContactInfo; } /** * @return AppsPeopleOzExternalMergedpeopleapiRawDeviceContactInfo[] */ public function getRawContactInfo() { return $this->rawContactInfo; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppsPeopleOzExternalMergedpeopleapiDeviceContactInfo::class, 'Google_Service_Contentwarehouse_AppsPeopleOzExternalMergedpeopleapiDeviceContactInfo');