Package com.uc4.api.systemoverview
Class MessageListItem
- java.lang.Object
-
- com.uc4.api.systemoverview.MessageListItem
-
public class MessageListItem extends java.lang.Object
This class represents one row in the search result of theMessageList
.
-
-
Constructor Summary
Constructors Constructor Description MessageListItem(org.w3c.dom.Element row, ConnectionAttributes session)
Internal use only.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCategory()
java.lang.String
getIcon()
java.lang.String
getMessage()
java.lang.String
getMessageType()
java.lang.String
getSource()
DateTime
getTimestamp()
-
-
-
Constructor Detail
-
MessageListItem
public MessageListItem(org.w3c.dom.Element row, ConnectionAttributes session)
Internal use only.- Parameters:
row
- Row elementsession
- Session info
-
-
Method Detail
-
getIcon
public java.lang.String getIcon()
- Returns:
- Name of the icon in the User Interface
-
getTimestamp
public DateTime getTimestamp()
- Returns:
- Date and time of the message
-
getSource
public java.lang.String getSource()
- Returns:
- Source of the message
-
getCategory
public java.lang.String getCategory()
- Returns:
- Category of the message
-
getMessageType
public java.lang.String getMessageType()
- Returns:
- Type of the message
-
getMessage
public java.lang.String getMessage()
- Returns:
- Message text
-
-