_propDict)) { return $this->_propDict["displayName"]; } else { return null; } } /** * Sets the displayName * Display name for the target device group. * * @param string $val The displayName * * @return TargetDeviceGroup */ public function setDisplayName($val) { $this->_propDict["displayName"] = $val; return $this; } }