Package com.uc4.communication.requests
Class NotificationMonitor.CallStatus
- java.lang.Object
 - 
- com.uc4.communication.requests.NotificationMonitor.CallStatus
 
 
- 
- Enclosing class:
 - NotificationMonitor
 
public static final class NotificationMonitor.CallStatus extends java.lang.ObjectThis 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 CalendarConditiongetCalendar()Returns the name of the calendar and its keyword.java.lang.StringgetIcon()Returns the name of the icon of the recipient.java.lang.StringgetRecipient()Returns the name of the receiver of this notification.java.lang.StringgetStatus()Returns the status of this task.intgetStatusCode()Returns the status of the task as integer.java.lang.StringgetStatusText()Returns a description of the status. 
 - 
 
- 
- 
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 
-1in case of an error 
 
- 
getCalendar
public CalendarCondition getCalendar()
Returns the name of the calendar and its keyword. The return value is nevernull.- 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.
 
 
 - 
 
 -