Package com.uc4.communication.requests
Class NotificationMonitor.CallStatus
java.lang.Object
com.uc4.communication.requests.NotificationMonitor.CallStatus
- Enclosing class:
- NotificationMonitor
This inner class represents a row in the calling status table of this notification monitor.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the calendar and its keyword.getIcon()
Returns the name of the icon of the recipient.Returns the name of the receiver of this notification.final String
Returns the status of this task.final int
Returns the status of the task as integer.final String
Returns a description of the status.
-
Method Details
-
getStatus
Returns the status of this task.- Returns:
- status
-
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
Returns the name of the calendar and its keyword. The return value is nevernull
.- Returns:
- Calendar condition
-
getRecipient
Returns the name of the receiver of this notification.- Returns:
- Name of the receiver
-
getIcon
Returns the name of the icon of the recipient.- Returns:
- "USER" for users or "CALL" if the recipient is a mail address.
-