public class CommandCompletionEvent extends JetstreamEvent
JetstreamEvent
Constructor and Description |
---|
CommandCompletionEvent(java.lang.String xml)
Creates a new CommandCompletionEvent object from an xml string
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCommandId()
Get the 'CommandId' attribute value.
|
java.util.List<DeviceExtension> |
getDeviceExtensionList()
Get the list of 'DeviceExtension' element items.
|
java.lang.String |
getEventId()
Get the 'EventId' attribute value.
|
java.util.Date |
getEventTime()
Get the 'EventTime' attribute value.
|
java.util.List<CommandCompletionException> |
getExceptionList()
Get the list of 'Exception' element items.
|
java.util.List<OutputParameter> |
getOutputParameterList()
Get the list of 'OutputParameter' element items.
|
java.util.Date |
getReceivedTime()
Get the 'ReceivedTime' attribute value.
|
getId, getSourceXML, getTime, getType, setId, setSource, setTime, setType
public CommandCompletionEvent(java.lang.String xml)
xml
- The xml string to be deserialized into an
CommandCompletionEvent objectpublic java.lang.String getEventId()
public java.util.Date getEventTime()
public java.util.Date getReceivedTime()
public java.util.List<OutputParameter> getOutputParameterList()
public java.util.List<CommandCompletionException> getExceptionList()
public java.util.List<DeviceExtension> getDeviceExtensionList()
public java.lang.String getCommandId()