_propDict)) { return $this->_propDict["deviceWithoutCloudIdentityCount"]; } else { return null; } } /** * Sets the deviceWithoutCloudIdentityCount * The count of devices that are not cloud identity. Read-only. * * @param int $val The value of the deviceWithoutCloudIdentityCount * * @return UserExperienceAnalyticsCloudIdentityDevicesSummary */ public function setDeviceWithoutCloudIdentityCount($val) { $this->_propDict["deviceWithoutCloudIdentityCount"] = $val; return $this; } }