Interface ReportItem
-
- All Known Implementing Classes:
ReportItemImpl
public interface ReportItem
An item reported inside aConsistencyReport
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ReportItem.Type
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getMessage()
String
getNodeId()
ReportItem.Type
getType()
boolean
isRepaired()
-
-
-
Method Detail
-
getNodeId
String getNodeId()
- Returns:
- node id to which the message applies
-
getMessage
String getMessage()
- Returns:
- message
-
getType
ReportItem.Type getType()
- Returns:
- the type of inconsistency
-
isRepaired
boolean isRepaired()
- Returns:
- whether this error was repaired
-
-