Smack

org.jivesoftware.smackx.workgroup.packet
Class AgentStatusRequest.Item

java.lang.Object
  extended by org.jivesoftware.smackx.workgroup.packet.AgentStatusRequest.Item
Enclosing class:
AgentStatusRequest

public static class AgentStatusRequest.Item
extends Object


Constructor Summary
AgentStatusRequest.Item(String jid, String type, String name)
           
 
Method Summary
 String getJID()
           
 String getName()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentStatusRequest.Item

public AgentStatusRequest.Item(String jid,
                               String type,
                               String name)
Method Detail

getJID

public String getJID()

getType

public String getType()

getName

public String getName()

Smack

Copyright © 2003-2007 Jive Software.