setODataType("#microsoft.graph.serviceProvisioningXmlError"); } /** * Gets the errorDetail * * @return string|null The errorDetail */ public function getErrorDetail() { if (array_key_exists("errorDetail", $this->_propDict)) { return $this->_propDict["errorDetail"]; } else { return null; } } /** * Sets the errorDetail * * @param string $val The value of the errorDetail * * @return ServiceProvisioningXmlError */ public function setErrorDetail($val) { $this->_propDict["errorDetail"] = $val; return $this; } }