public class JIPipeValidationReportEntry extends Object
Constructor and Description |
---|
JIPipeValidationReportEntry(JIPipeValidationReportEntryLevel level,
JIPipeValidationReportContext context,
String title,
String explanation) |
JIPipeValidationReportEntry(JIPipeValidationReportEntryLevel level,
JIPipeValidationReportContext context,
String title,
String explanation,
String solution) |
JIPipeValidationReportEntry(JIPipeValidationReportEntryLevel level,
JIPipeValidationReportContext context,
String title,
String explanation,
String solution,
String details) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
JIPipeValidationReportContext |
getContext() |
String |
getDetails() |
String |
getExplanation() |
JIPipeValidationReportEntryLevel |
getLevel() |
String |
getSolution() |
String |
getTitle() |
int |
hashCode() |
String |
toReport() |
String |
toString() |
public JIPipeValidationReportEntry(JIPipeValidationReportEntryLevel level, JIPipeValidationReportContext context, String title, String explanation, String solution, String details)
level
- the level of this entrycontext
- the object that caused the problemtitle
- explanation what happenedexplanation
- explanation why it happenedsolution
- explanation how to solve the issuedetails
- optional detailspublic JIPipeValidationReportEntry(JIPipeValidationReportEntryLevel level, JIPipeValidationReportContext context, String title, String explanation, String solution)
level
- the level of this entrycontext
- the object that caused the problemtitle
- explanation what happenedexplanation
- explanation why it happenedsolution
- explanation how to solve the issuepublic JIPipeValidationReportEntry(JIPipeValidationReportEntryLevel level, JIPipeValidationReportContext context, String title, String explanation)
level
- the level of this entrycontext
- the object that caused the problemtitle
- explanation what happenedexplanation
- explanation why it happenedpublic JIPipeValidationReportEntryLevel getLevel()
public String getTitle()
public String getExplanation()
public String getSolution()
public JIPipeValidationReportContext getContext()
public String toReport()
public String getDetails()
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.