containerType = $containerType; } /** * @return string */ public function getContainerType() { return $this->containerType; } /** * @param string */ public function setDisplayName($displayName) { $this->displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @param string */ public function setDisplayNameLastFirst($displayNameLastFirst) { $this->displayNameLastFirst = $displayNameLastFirst; } /** * @return string */ public function getDisplayNameLastFirst() { return $this->displayNameLastFirst; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppsPeopleOzExternalMergedpeopleapiBestDisplayName::class, 'Google_Service_Contentwarehouse_AppsPeopleOzExternalMergedpeopleapiBestDisplayName');