_propDict)) { return $this->_propDict["displayName"]; } else { return null; } } /** * Sets the displayName * The display name of the identity provider. * * @param string $val The displayName * * @return IdentityProviderBase */ public function setDisplayName($val) { $this->_propDict["displayName"] = $val; return $this; } }