-
Method Summary
Returns the action to execute.
Returns the form of the command.
Returns the human name of the command.
Returns the identifier of the command.
Returns the list of notes that the command has.
Returns the status of the execution.
default boolean
default boolean
Methods inherited from interface org.jivesoftware.smack.packet.StanzaView
getError, getExtension, getExtension, getExtensions, getExtensions, getExtensions, getFrom, getStanzaId, getTo, hasExtension, hasExtension, hasExtension
-
Method Details
-
getNode
Returns the identifier of the command.
- Returns:
- the node.
-
getName
Returns the human name of the command.
- Returns:
- the name of the command.
-
-
getNotes
Returns the list of notes that the command has.
- Returns:
- the notes.
-
-
getAction
Returns the action to execute. The action is set only on a request.
- Returns:
- the action to execute.
-
getStatus
Returns the status of the execution.
- Returns:
- the status.
-
-
-
-