Package org.opentcs.data.notification
Klasse UserNotification
java.lang.Object
org.opentcs.data.notification.UserNotification
- Alle implementierten Schnittstellen:
Serializable
A notification to be read by a user.
- Siehe auch:
-
Verschachtelte Klassen - Übersicht
Modifizierer und TypKlasseBeschreibungstatic enum
Defines the possible message types. -
Konstruktorübersicht
KonstruktorBeschreibungUserNotification
(String source, String text, UserNotification.Level level) Creates a new Message.UserNotification
(String text, UserNotification.Level level) Creates a new Message. -
Methodenübersicht
-
Konstruktordetails
-
UserNotification
Creates a new Message.- Parameter:
source
- An identifier of the notification's source.text
- The actual message text.level
- The new message's level.
-
UserNotification
Creates a new Message.- Parameter:
text
- The actual message text.level
- The new message's level.
-
-
Methodendetails
-
getSource
Returns this notification's (optional) source.- Gibt zurück:
- This notification's (optional) source.
-
getText
Returns this message's text.- Gibt zurück:
- This message's text.
-
getLevel
Returns this message's type.- Gibt zurück:
- This message's type.
-
getTimestamp
Returns this message's creation timestamp.- Gibt zurück:
- This message's creation timestamp.
-
hashCode
public int hashCode() -
equals
-
toString
-