public class QuarantineListItem
extends java.lang.Object
Constructor and Description |
---|
QuarantineListItem(com.uc4.util.XMLDocument doc,
org.w3c.dom.Element row,
ConnectionAttributes session)
Internal use only.
|
Modifier and Type | Method and Description |
---|---|
int |
getMessageNumber()
Returns the number of the message.
|
java.lang.String |
getReason() |
int |
getReplays() |
java.lang.String |
getStatus() |
DateTime |
getTimestamp() |
java.lang.String |
getXmlStream() |
boolean |
isAlarm()
Returns the alarm state of this entry.
|
public QuarantineListItem(com.uc4.util.XMLDocument doc, org.w3c.dom.Element row, ConnectionAttributes session)
doc
- Documentrow
- XML Elementsession
- Session infopublic int getMessageNumber()
public java.lang.String getStatus()
public DateTime getTimestamp()
public java.lang.String getReason()
public int getReplays()
public java.lang.String getXmlStream()
public boolean isAlarm()