public class AgentStatusRequest
extends org.jivesoftware.smack.packet.IQ
Modifier and Type | Class and Description |
---|---|
static class |
AgentStatusRequest.Item |
static class |
AgentStatusRequest.Provider
Packet extension provider for AgentStatusRequest packets.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ELEMENT_NAME
Element name of the packet extension.
|
static java.lang.String |
NAMESPACE
Namespace of the packet extension.
|
Constructor and Description |
---|
AgentStatusRequest() |
Modifier and Type | Method and Description |
---|---|
int |
getAgentCount() |
java.util.Set<AgentStatusRequest.Item> |
getAgents() |
java.lang.String |
getChildElementXML() |
java.lang.String |
getElementName() |
java.lang.String |
getNamespace() |
createErrorResponse, createResultIQ, getType, setType, toXML
addCommonAttributes, addExtension, addExtensions, equals, getDefaultLanguage, getError, getExtension, getExtension, getExtensions, getExtensionsXML, getFrom, getPacketID, getTo, getXmlns, hashCode, nextID, removeExtension, setDefaultXmlns, setError, setFrom, setPacketID, setTo, toString
public static final java.lang.String ELEMENT_NAME
public static final java.lang.String NAMESPACE
public int getAgentCount()
public java.util.Set<AgentStatusRequest.Item> getAgents()
public java.lang.String getElementName()
public java.lang.String getNamespace()
public java.lang.String getChildElementXML()
getChildElementXML
in class org.jivesoftware.smack.packet.IQ