public class CommandQueuedEvent extends JetstreamEvent
JetstreamEvent
,
Jetstream
Constructor and Description |
---|
CommandQueuedEvent(java.lang.String xml)
Creates a new CommandQueuedEvent object from an xml string
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCommandId()
Get the 'CommandId' attribute value.
|
java.lang.String |
getCommandName()
Get the 'CommandName' attribute value.
|
java.lang.String |
getEventId()
Get the 'EventId' attribute value.
|
java.util.Date |
getEventTime()
Get the 'EventTime' attribute value.
|
java.lang.String |
getLogicalDeviceId()
Get the 'LogicalDeviceId' attribute value.
|
java.util.List<Parameter> |
getParameterList()
Get the list of 'Parameter' element items.
|
java.lang.String |
getUserName()
Get the 'UserName' attribute value.
|
getId, getSourceXML, getTime, getType, setId, setSource, setTime, setType
public CommandQueuedEvent(java.lang.String xml)
xml
- The xml string to be deserialized into an CommandQueuedEvent
objectpublic java.lang.String getEventId()
public java.util.Date getEventTime()
public java.lang.String getLogicalDeviceId()
public java.util.List<Parameter> getParameterList()
public java.lang.String getCommandId()
public java.lang.String getCommandName()
public java.lang.String getUserName()