Class ProfileCheckSettingsData
java.lang.Object
com.e1c.g5.v8.dt.internal.check.settings.ProfileCheckSettingsData
The check settings data being stored/exchanged in/with the settings profile
-
Constructor Summary
ConstructorsConstructorDescriptionProfileCheckSettingsData
(Boolean enabled, IssueSeverity severity, Map<String, String> properties) Creates new instance. -
Method Summary
-
Constructor Details
-
ProfileCheckSettingsData
public ProfileCheckSettingsData(Boolean enabled, IssueSeverity severity, Map<String, String> properties) Creates new instance.- Parameters:
enabled
- enabled, if matches the originalnull
severity
- severity, if matches the originalnull
properties
- , if matches the originalnull
-
-
Method Details