Class NotificationMonitor.CallStatus

  • Enclosing class:
    NotificationMonitor

    public static final class NotificationMonitor.CallStatus
    extends java.lang.Object
    This inner class represents a row in the calling status table of this notification monitor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CalendarCondition getCalendar()
      Returns the name of the calendar and its keyword.
      java.lang.String getIcon()
      Returns the name of the icon of the recipient.
      java.lang.String getRecipient()
      Returns the name of the receiver of this notification.
      java.lang.String getStatus()
      Returns the status of this task.
      int getStatusCode()
      Returns the status of the task as integer.
      java.lang.String getStatusText()
      Returns a description of the status.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getStatus

        public final java.lang.String getStatus()
        Returns the status of this task.
        Returns:
        status
      • getStatusText

        public final java.lang.String getStatusText()
        Returns a description of the status.
        Returns:
        description for task status
      • getStatusCode

        public final int getStatusCode()
        Returns the status of the task as integer.
        Returns:
        Status code or -1 in case of an error
      • getCalendar

        public CalendarCondition getCalendar()
        Returns the name of the calendar and its keyword. The return value is never null.
        Returns:
        Calendar condition
      • getRecipient

        public java.lang.String getRecipient()
        Returns the name of the receiver of this notification.
        Returns:
        Name of the receiver
      • getIcon

        public java.lang.String getIcon()
        Returns the name of the icon of the recipient.
        Returns:
        "USER" for users or "CALL" if the recipient is a mail address.