Class MessageListItem

java.lang.Object
com.uc4.api.systemoverview.MessageListItem

public class MessageListItem extends Object
This class represents one row in the search result of the MessageList.
  • Constructor Details

    • MessageListItem

      public MessageListItem(Element row, ConnectionAttributes session)
      Internal use only.
      Parameters:
      row - Row element
      session - Session info
  • Method Details

    • getIcon

      public String getIcon()
      Returns:
      Name of the icon in the User Interface
    • getTimestamp

      public DateTime getTimestamp()
      Returns:
      Date and time of the message
    • getSource

      public String getSource()
      Returns:
      Source of the message
    • getCategory

      public String getCategory()
      Returns:
      Category of the message
    • getMessageType

      public String getMessageType()
      Returns:
      Type of the message
    • getMessage

      public String getMessage()
      Returns:
      Message text