Class Transcripts.AgentDetail

  • Enclosing class:
    Transcripts

    public static class Transcripts.AgentDetail
    extends java.lang.Object
    An AgentDetail contains information of an Agent that was involved in a conversation.
    • Constructor Summary

      Constructors 
      Constructor Description
      AgentDetail​(java.lang.String agentJID, java.util.Date joinTime, java.util.Date leftTime)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAgentJID()
      Returns the bare JID of the Agent that was involved in the conversation.
      java.util.Date getJoinTime()
      Returns the Date when the Agent joined the conversation.
      java.util.Date getLeftTime()
      Returns the Date when the Agent left the conversation.
      java.lang.String toXML()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AgentDetail

        public AgentDetail​(java.lang.String agentJID,
                           java.util.Date joinTime,
                           java.util.Date leftTime)
    • Method Detail

      • getAgentJID

        public java.lang.String 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

        public java.util.Date getJoinTime()
        Returns the Date when the Agent joined the conversation.
        Returns:
        the Date when the Agent joined the conversation.
      • getLeftTime

        public java.util.Date getLeftTime()
        Returns the Date when the Agent left the conversation.
        Returns:
        the Date when the Agent left the conversation.
      • toXML

        public java.lang.String toXML()