public class ReportItemImpl extends Object implements ReportItem
ReportItem.Type| Constructor and Description |
|---|
ReportItemImpl(String nodeId,
String message,
ReportItem.Type type,
boolean repaired) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
String |
getNodeId() |
ReportItem.Type |
getType() |
boolean |
isRepaired() |
String |
toString() |
public ReportItemImpl(String nodeId, String message, ReportItem.Type type, boolean repaired)
public String getNodeId()
getNodeId in interface ReportItempublic String getMessage()
getMessage in interface ReportItempublic ReportItem.Type getType()
getType in interface ReportItempublic boolean isRepaired()
isRepaired in interface ReportItemCopyright © 2004–2024 The Apache Software Foundation. All rights reserved.