public static class Transcripts.AgentDetail extends Object
| Constructor and Description |
|---|
AgentDetail(String agentJID,
Date joinTime,
Date leftTime) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAgentJID()
Returns the bare JID of the Agent that was involved in the conversation.
|
Date |
getJoinTime()
Returns the Date when the Agent joined the conversation.
|
Date |
getLeftTime()
Returns the Date when the Agent left the conversation.
|
String |
toXML() |
public AgentDetail(String agentJID, Date joinTime, Date leftTime)
public String getAgentJID()
public Date getJoinTime()
public Date getLeftTime()