Class SarifLog.ToolExecutionNotification
- java.lang.Object
-
- net.sourceforge.pmd.renderers.internal.sarif.SarifLog.ToolExecutionNotification
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSarifLog.ToolExecutionNotification.ToolExecutionNotificationBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SarifLog.ToolExecutionNotification.ToolExecutionNotificationBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)SarifLog.ExceptiongetException()A exception component to detail the tool exceptionList<SarifLog.Location>getLocations()A list of related locations to the errorSarifLog.MessagegetMessage()A message component to detail the runtime errorinthashCode()SarifLog.ToolExecutionNotificationsetException(SarifLog.Exception exception)A exception component to detail the tool exceptionSarifLog.ToolExecutionNotificationsetLocations(List<SarifLog.Location> locations)A list of related locations to the errorSarifLog.ToolExecutionNotificationsetMessage(SarifLog.Message message)A message component to detail the runtime errorSarifLog.ToolExecutionNotification.ToolExecutionNotificationBuildertoBuilder()StringtoString()
-
-
-
Method Detail
-
builder
public static SarifLog.ToolExecutionNotification.ToolExecutionNotificationBuilder builder()
-
toBuilder
public SarifLog.ToolExecutionNotification.ToolExecutionNotificationBuilder toBuilder()
-
getLocations
public List<SarifLog.Location> getLocations()
A list of related locations to the error
-
getMessage
public SarifLog.Message getMessage()
A message component to detail the runtime error
-
getException
public SarifLog.Exception getException()
A exception component to detail the tool exception
-
setLocations
public SarifLog.ToolExecutionNotification setLocations(List<SarifLog.Location> locations)
A list of related locations to the error- Returns:
this.
-
setMessage
public SarifLog.ToolExecutionNotification setMessage(SarifLog.Message message)
A message component to detail the runtime error- Returns:
this.
-
setException
public SarifLog.ToolExecutionNotification setException(SarifLog.Exception exception)
A exception component to detail the tool exception- Returns:
this.
-
canEqual
protected boolean canEqual(Object other)
-
-