_propDict)) { return $this->_propDict["description"]; } else { return null; } } /** * Sets the description * Provides the reason why the DomainDnsUnavailableRecord entity is returned. * * @param string $val The description * * @return DomainDnsUnavailableRecord */ public function setDescription($val) { $this->_propDict["description"] = $val; return $this; } }