Package cdc.issues.impl
Class ProfileConfigImpl
java.lang.Object
cdc.issues.impl.ProfileConfigImpl
- All Implemented Interfaces:
ProfileConfig
@Deprecated(since="2025-03-25",
forRemoval=true)
public class ProfileConfigImpl
extends Object
implements ProfileConfig
Deprecated, for removal: This API element is subject to removal in a future version.
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdc.issues.rules.ProfileConfig
ProfileConfig.Builder -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddIfMissing(RuleId ruleId) Deprecated, for removal: This API element is subject to removal in a future version.getRuleConfig(RuleId ruleId) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.set(RuleId ruleId, RuleConfig ruleConfig) Deprecated, for removal: This API element is subject to removal in a future version.setCustomizedSeverity(RuleId ruleId, IssueSeverity customizedSeverity) Deprecated, for removal: This API element is subject to removal in a future version.setEnabled(RuleId ruleId, boolean enabled) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
ProfileConfigImpl
public ProfileConfigImpl()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
addIfMissing
Deprecated, for removal: This API element is subject to removal in a future version. -
set
Deprecated, for removal: This API element is subject to removal in a future version. -
setEnabled
Deprecated, for removal: This API element is subject to removal in a future version. -
setCustomizedSeverity
Deprecated, for removal: This API element is subject to removal in a future version. -
setParams
Deprecated, for removal: This API element is subject to removal in a future version. -
getRuleIds
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getRuleIdsin interfaceProfileConfig
-
getRuleConfig
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getRuleConfigin interfaceProfileConfig
-
ProfileConfig.builder()