containerId = $containerId; } /** * @return string */ public function getContainerId() { return $this->containerId; } /** * @param string */ public function setContainerType($containerType) { $this->containerType = $containerType; } /** * @return string */ public function getContainerType() { return $this->containerType; } /** * @param AppsPeopleOzExternalMergedpeopleapiEdgeKeyInfoExtensionData */ public function setExtendedData(AppsPeopleOzExternalMergedpeopleapiEdgeKeyInfoExtensionData $extendedData) { $this->extendedData = $extendedData; } /** * @return AppsPeopleOzExternalMergedpeopleapiEdgeKeyInfoExtensionData */ public function getExtendedData() { return $this->extendedData; } /** * @param bool */ public function setMaterialized($materialized) { $this->materialized = $materialized; } /** * @return bool */ public function getMaterialized() { return $this->materialized; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppsPeopleOzExternalMergedpeopleapiEdgeKeyInfo::class, 'Google_Service_Contentwarehouse_AppsPeopleOzExternalMergedpeopleapiEdgeKeyInfo');