Class Transcripts.AgentDetail
java.lang.Object
org.jivesoftware.smackx.workgroup.packet.Transcripts.AgentDetail
- Enclosing class:
- Transcripts
An AgentDetail contains information of an Agent that was involved in a conversation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the bare JID of the Agent that was involved in the conversation.Returns the Date when the Agent joined the conversation.Returns the Date when the Agent left the conversation.toXML()
-
Constructor Details
-
AgentDetail
-
-
Method Details
-
getAgentJID
Returns the bare JID of the Agent that was involved in the conversation.- Returns:
- the bared JID of the Agent that was involved in the conversation.
-
getJoinTime
Returns the Date when the Agent joined the conversation.- Returns:
- the Date when the Agent joined the conversation.
-
getLeftTime
Returns the Date when the Agent left the conversation.- Returns:
- the Date when the Agent left the conversation.
-
toXML
-