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 class
SarifLog.ToolExecutionNotification.ToolExecutionNotificationBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SarifLog.ToolExecutionNotification.ToolExecutionNotificationBuilder
builder()
protected boolean
canEqual(Object other)
boolean
equals(Object o)
SarifLog.Exception
getException()
A exception component to detail the tool exceptionList<SarifLog.Location>
getLocations()
A list of related locations to the errorSarifLog.Message
getMessage()
A message component to detail the runtime errorint
hashCode()
SarifLog.ToolExecutionNotification
setException(SarifLog.Exception exception)
A exception component to detail the tool exceptionSarifLog.ToolExecutionNotification
setLocations(List<SarifLog.Location> locations)
A list of related locations to the errorSarifLog.ToolExecutionNotification
setMessage(SarifLog.Message message)
A message component to detail the runtime errorSarifLog.ToolExecutionNotification.ToolExecutionNotificationBuilder
toBuilder()
String
toString()
-
-
-
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)
-
-