public class ProcessingReportEntry extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
MESSAGE_PROPERTY |
static String |
SEVERITY_PROPERTY |
| Constructor and Description |
|---|
ProcessingReportEntry(String message, Severity severity)
Main constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMessage()
Gets the entry message.
|
Severity |
getSeverity()
Gets severity level of entry.
|
int |
hashCode() |
String |
toString() |
public static final String MESSAGE_PROPERTY
public static final String SEVERITY_PROPERTY
public ProcessingReportEntry(String message, Severity severity)
message - descriptive message, must be not null
severity - severity level, must be not null
IllegalArgumentException - in case one of the parameters is null
Copyright © 2020. All rights reserved.