public interface IMessage extends Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
MessageType |
getMessageType() |
String |
getText() |
Throwable |
getThrowable() |
java.time.LocalDateTime |
getTimeStamp() |
java.time.LocalDateTime getTimeStamp()
String getText()
String getDescription()
MessageType getMessageType()
Throwable getThrowable()
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.