_propDict)) { return $this->_propDict["devicesNotAutopilotRegistered"]; } else { return null; } } /** * Sets the devicesNotAutopilotRegistered * The count of intune devices that are not autopilot registerd. Read-only. * * @param int $val The value of the devicesNotAutopilotRegistered * * @return UserExperienceAnalyticsAutopilotDevicesSummary */ public function setDevicesNotAutopilotRegistered($val) { $this->_propDict["devicesNotAutopilotRegistered"] = $val; return $this; } /** * Gets the devicesWithoutAutopilotProfileAssigned * The count of intune devices not autopilot profile assigned. Read-only. * * @return int|null The devicesWithoutAutopilotProfileAssigned */ public function getDevicesWithoutAutopilotProfileAssigned() { if (array_key_exists("devicesWithoutAutopilotProfileAssigned", $this->_propDict)) { return $this->_propDict["devicesWithoutAutopilotProfileAssigned"]; } else { return null; } } /** * Sets the devicesWithoutAutopilotProfileAssigned * The count of intune devices not autopilot profile assigned. Read-only. * * @param int $val The value of the devicesWithoutAutopilotProfileAssigned * * @return UserExperienceAnalyticsAutopilotDevicesSummary */ public function setDevicesWithoutAutopilotProfileAssigned($val) { $this->_propDict["devicesWithoutAutopilotProfileAssigned"] = $val; return $this; } /** * Gets the totalWindows10DevicesWithoutTenantAttached * The count of windows 10 devices that are Intune and co-managed. Read-only. * * @return int|null The totalWindows10DevicesWithoutTenantAttached */ public function getTotalWindows10DevicesWithoutTenantAttached() { if (array_key_exists("totalWindows10DevicesWithoutTenantAttached", $this->_propDict)) { return $this->_propDict["totalWindows10DevicesWithoutTenantAttached"]; } else { return null; } } /** * Sets the totalWindows10DevicesWithoutTenantAttached * The count of windows 10 devices that are Intune and co-managed. Read-only. * * @param int $val The value of the totalWindows10DevicesWithoutTenantAttached * * @return UserExperienceAnalyticsAutopilotDevicesSummary */ public function setTotalWindows10DevicesWithoutTenantAttached($val) { $this->_propDict["totalWindows10DevicesWithoutTenantAttached"] = $val; return $this; } }