_propDict)) { if (is_a($this->_propDict["aggregationType"], "\Beta\Microsoft\Graph\DeviceManagementNamespace\Model\AggregationType") || is_null($this->_propDict["aggregationType"])) { return $this->_propDict["aggregationType"]; } else { $this->_propDict["aggregationType"] = new AggregationType($this->_propDict["aggregationType"]); return $this->_propDict["aggregationType"]; } } return null; } /** * Sets the aggregationType * * @param AggregationType $val The value to assign to the aggregationType * * @return AlertImpact The AlertImpact */ public function setAggregationType($val) { $this->_propDict["aggregationType"] = $val; return $this; } /** * Gets the value * * @return int|null The value */ public function getValue() { if (array_key_exists("value", $this->_propDict)) { return $this->_propDict["value"]; } else { return null; } } /** * Sets the value * * @param int $val The value of the value * * @return AlertImpact */ public function setValue($val) { $this->_propDict["value"] = $val; return $this; } }