Interface ArchiveConversationEventEntity

    • Method Detail

      • getConversationId

        String getConversationId()
      • setConversationId

        void setConversationId​(String conversationId)
      • getSectionId

        Integer getSectionId()
      • setSectionId

        void setSectionId​(Integer sectionId)
      • getCreationTime

        Date getCreationTime()
      • setCreationTime

        void setCreationTime​(Date creationTime)
      • getPeriodStartTime

        Date getPeriodStartTime()
      • setPeriodStartTime

        void setPeriodStartTime​(Date periodStartTime)
      • getPeriodEndTime

        Date getPeriodEndTime()
      • setPeriodEndTime

        void setPeriodEndTime​(Date periodEndTime)
      • getParticipantIds

        String getParticipantIds()
      • setParticipantIds

        void setParticipantIds​(String participantIds)
      • getParticipantNames

        String getParticipantNames()
      • setParticipantNames

        void setParticipantNames​(String participantNames)
      • getMessageCount

        Integer getMessageCount()
      • setMessageCount

        void setMessageCount​(Integer messageCount)
      • getEventCount

        Integer getEventCount()
      • setEventCount

        void setEventCount​(Integer eventCount)
      • getAttachmentCount

        Integer getAttachmentCount()
      • setAttachmentCount

        void setAttachmentCount​(Integer attachmentCount)
      • getExportedCount

        Integer getExportedCount()
      • setExportedCount

        void setExportedCount​(int exportCount)