Class SarifLog.AssociatedRule
- java.lang.Object
-
- net.sourceforge.pmd.renderers.internal.sarif.SarifLog.AssociatedRule
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSarifLog.AssociatedRule.AssociatedRuleBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SarifLog.AssociatedRule.AssociatedRuleBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetId()The stable, unique identifier of the rule, if any, to which this result is relevant.inthashCode()SarifLog.AssociatedRulesetId(String id)The stable, unique identifier of the rule, if any, to which this result is relevant.SarifLog.AssociatedRule.AssociatedRuleBuildertoBuilder()StringtoString()
-
-
-
Method Detail
-
builder
public static SarifLog.AssociatedRule.AssociatedRuleBuilder builder()
-
toBuilder
public SarifLog.AssociatedRule.AssociatedRuleBuilder toBuilder()
-
getId
public String getId()
The stable, unique identifier of the rule, if any, to which this result is relevant.
-
setId
public SarifLog.AssociatedRule setId(String id)
The stable, unique identifier of the rule, if any, to which this result is relevant.- Returns:
this.
-
canEqual
protected boolean canEqual(Object other)
-
-