aclChoices = $aclChoices; } /** * @return AppsPeopleOzExternalMergedpeopleapiFieldAcl[] */ public function getAclChoices() { return $this->aclChoices; } /** * @param AppsPeopleOzExternalMergedpeopleapiAdditionalContainerInfo */ public function setAdditionalContainerInfo(AppsPeopleOzExternalMergedpeopleapiAdditionalContainerInfo $additionalContainerInfo) { $this->additionalContainerInfo = $additionalContainerInfo; } /** * @return AppsPeopleOzExternalMergedpeopleapiAdditionalContainerInfo */ public function getAdditionalContainerInfo() { return $this->additionalContainerInfo; } /** * @param AppsPeopleOzExternalMergedpeopleapiAffinity[] */ public function setAffinity($affinity) { $this->affinity = $affinity; } /** * @return AppsPeopleOzExternalMergedpeopleapiAffinity[] */ public function getAffinity() { return $this->affinity; } /** * @param string[] */ public function setContactVisibility($contactVisibility) { $this->contactVisibility = $contactVisibility; } /** * @return string[] */ public function getContactVisibility() { return $this->contactVisibility; } /** * @param string */ public function setContainer($container) { $this->container = $container; } /** * @return string */ public function getContainer() { return $this->container; } /** * @param string */ public function setContainerId($containerId) { $this->containerId = $containerId; } /** * @return string */ public function getContainerId() { return $this->containerId; } /** * @param bool */ public function setContainerPrimary($containerPrimary) { $this->containerPrimary = $containerPrimary; } /** * @return bool */ public function getContainerPrimary() { return $this->containerPrimary; } /** * @param string */ public function setContainerType($containerType) { $this->containerType = $containerType; } /** * @return string */ public function getContainerType() { return $this->containerType; } /** * @param bool */ public function setCrossDeviceAllowed($crossDeviceAllowed) { $this->crossDeviceAllowed = $crossDeviceAllowed; } /** * @return bool */ public function getCrossDeviceAllowed() { return $this->crossDeviceAllowed; } /** * @param AppsPeopleOzExternalMergedpeopleapiFieldAcl */ public function setDefaultAclChoice(AppsPeopleOzExternalMergedpeopleapiFieldAcl $defaultAclChoice) { $this->defaultAclChoice = $defaultAclChoice; } /** * @return AppsPeopleOzExternalMergedpeopleapiFieldAcl */ public function getDefaultAclChoice() { return $this->defaultAclChoice; } /** * @param string */ public function setDeprecatedContactContainerId($deprecatedContactContainerId) { $this->deprecatedContactContainerId = $deprecatedContactContainerId; } /** * @return string */ public function getDeprecatedContactContainerId() { return $this->deprecatedContactContainerId; } /** * @param bool */ public function setEdgeKey($edgeKey) { $this->edgeKey = $edgeKey; } /** * @return bool */ public function getEdgeKey() { return $this->edgeKey; } /** * @param AppsPeopleOzExternalMergedpeopleapiEdgeKeyInfo[] */ public function setEdgeKeyInfo($edgeKeyInfo) { $this->edgeKeyInfo = $edgeKeyInfo; } /** * @return AppsPeopleOzExternalMergedpeopleapiEdgeKeyInfo[] */ public function getEdgeKeyInfo() { return $this->edgeKeyInfo; } /** * @param string */ public function setEncodedContainerId($encodedContainerId) { $this->encodedContainerId = $encodedContainerId; } /** * @return string */ public function getEncodedContainerId() { return $this->encodedContainerId; } /** * @param AppsPeopleOzExternalMergedpeopleapiFieldAcl */ public function setFieldAcl(AppsPeopleOzExternalMergedpeopleapiFieldAcl $fieldAcl) { $this->fieldAcl = $fieldAcl; } /** * @return AppsPeopleOzExternalMergedpeopleapiFieldAcl */ public function getFieldAcl() { return $this->fieldAcl; } /** * @param string */ public function setLastUpdateTime($lastUpdateTime) { $this->lastUpdateTime = $lastUpdateTime; } /** * @return string */ public function getLastUpdateTime() { return $this->lastUpdateTime; } /** * @param AppsPeopleOzExternalMergedpeopleapiMatchInfo[] */ public function setMatchingInfo($matchingInfo) { $this->matchingInfo = $matchingInfo; } /** * @return AppsPeopleOzExternalMergedpeopleapiMatchInfo[] */ public function getMatchingInfo() { return $this->matchingInfo; } /** * @param AppsPeopleOzExternalMergedpeopleapiDedupedContainerInfo[] */ public function setOtherDedupedContainers($otherDedupedContainers) { $this->otherDedupedContainers = $otherDedupedContainers; } /** * @return AppsPeopleOzExternalMergedpeopleapiDedupedContainerInfo[] */ public function getOtherDedupedContainers() { return $this->otherDedupedContainers; } /** * @param bool */ public function setPrimary($primary) { $this->primary = $primary; } /** * @return bool */ public function getPrimary() { return $this->primary; } /** * @param AppsPeopleOzExternalMergedpeopleapiProductMetadata[] */ public function setProductMetadata($productMetadata) { $this->productMetadata = $productMetadata; } /** * @return AppsPeopleOzExternalMergedpeopleapiProductMetadata[] */ public function getProductMetadata() { return $this->productMetadata; } /** * @param bool */ public function setVerified($verified) { $this->verified = $verified; } /** * @return bool */ public function getVerified() { return $this->verified; } /** * @param string */ public function setVisibility($visibility) { $this->visibility = $visibility; } /** * @return string */ public function getVisibility() { return $this->visibility; } /** * @param bool */ public function setWriteable($writeable) { $this->writeable = $writeable; } /** * @return bool */ public function getWriteable() { return $this->writeable; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata::class, 'Google_Service_Contentwarehouse_AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata');