|
Smack | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jivesoftware.smackx.workgroup.packet.AgentStatus.ChatInfo
public static class AgentStatus.ChatInfo
Represents information about a Chat where this Agent is participating.
Constructor Summary | |
---|---|
AgentStatus.ChatInfo(String sessionID,
String userID,
Date date,
String email,
String username,
String question)
|
Method Summary | |
---|---|
Date |
getDate()
Returns the date when this agent joined the chat. |
String |
getEmail()
Returns the email address associated with the user. |
String |
getQuestion()
Returns the question the user asked. |
String |
getSessionID()
Returns the sessionID associated to this chat. |
String |
getUserID()
Returns the user unique identification of the user that made the initial request and for which this chat was generated. |
String |
getUsername()
Returns the username(nickname) associated with the user. |
String |
toXML()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AgentStatus.ChatInfo(String sessionID, String userID, Date date, String email, String username, String question)
Method Detail |
---|
public String getSessionID()
public String getUserID()
public Date getDate()
public String getEmail()
public String getUsername()
public String getQuestion()
public String toXML()
|
Smack | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |