_propDict)) { return $this->_propDict["description"]; } else { return null; } } /** * Sets the description * Contains the virus details for the malware facet. * * @param string $val The value of the description * * @return Malware */ public function setDescription($val) { $this->_propDict["description"] = $val; return $this; } }