public class MessageWithDate extends Object implements Comparable<MessageWithDate>
| Constructor and Description |
|---|
MessageWithDate(org.joda.time.DateTime date,
String message) |
MessageWithDate(org.joda.time.DateTime date,
String message,
Report.Level level) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(MessageWithDate o) |
org.joda.time.DateTime |
getDate() |
Report.Level |
getLevel() |
String |
getMessage() |
String |
toString() |
public MessageWithDate(org.joda.time.DateTime date,
String message)
public MessageWithDate(org.joda.time.DateTime date,
String message,
Report.Level level)
public int compareTo(MessageWithDate o)
compareTo in interface Comparable<MessageWithDate>public org.joda.time.DateTime getDate()
public String getMessage()
public Report.Level getLevel()
Copyright © 2015–2019 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.