Package org.ossreviewtoolkit.model
Class Issue
-
- All Implemented Interfaces:
public final class IssueAn issue that occurred while executing ORT.
-
-
Method Summary
Modifier and Type Method Description final InstantgetTimestamp()The timestamp of the issue. final StringgetSource()A description of the issue source, e.g. final StringgetMessage()The issue's message. final SeveritygetSeverity()The issue's severity. StringtoString()-
-
Method Detail
-
getTimestamp
final Instant getTimestamp()
The timestamp of the issue.
-
getSource
final String getSource()
A description of the issue source, e.g. the tool that caused the issue.
-
getMessage
final String getMessage()
The issue's message.
-
getSeverity
final Severity getSeverity()
The issue's severity.
-
-
-
-