Class SarifLog.ToolConfigurationNotification
- java.lang.Object
-
- net.sourceforge.pmd.renderers.internal.sarif.SarifLog.ToolConfigurationNotification
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSarifLog.ToolConfigurationNotification.ToolConfigurationNotificationBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SarifLog.ToolConfigurationNotification.ToolConfigurationNotificationBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)SarifLog.AssociatedRulegetAssociatedRule()An associated ruleSarifLog.MessagegetMessage()A message component to detail the configuration errorinthashCode()SarifLog.ToolConfigurationNotificationsetAssociatedRule(SarifLog.AssociatedRule associatedRule)An associated ruleSarifLog.ToolConfigurationNotificationsetMessage(SarifLog.Message message)A message component to detail the configuration errorSarifLog.ToolConfigurationNotification.ToolConfigurationNotificationBuildertoBuilder()StringtoString()
-
-
-
Method Detail
-
builder
public static SarifLog.ToolConfigurationNotification.ToolConfigurationNotificationBuilder builder()
-
toBuilder
public SarifLog.ToolConfigurationNotification.ToolConfigurationNotificationBuilder toBuilder()
-
getAssociatedRule
public SarifLog.AssociatedRule getAssociatedRule()
An associated rule
-
getMessage
public SarifLog.Message getMessage()
A message component to detail the configuration error
-
setAssociatedRule
public SarifLog.ToolConfigurationNotification setAssociatedRule(SarifLog.AssociatedRule associatedRule)
An associated rule- Returns:
this.
-
setMessage
public SarifLog.ToolConfigurationNotification setMessage(SarifLog.Message message)
A message component to detail the configuration error- Returns:
this.
-
canEqual
protected boolean canEqual(Object other)
-
-