Interface ArchiveJobEventEntity

All Superinterfaces:
Entity, HasRevision
All Known Implementing Classes:
ArchiveJobEventEntityImpl

public interface ArchiveJobEventEntity extends Entity, HasRevision
Author:
Simon Amport
  • Method Details

    • getCreationTime

      Date getCreationTime()
    • setCreationTime

      void setCreationTime(Date creationTime)
    • getStartTime

      Date getStartTime()
    • setStartTime

      void setStartTime(Date startTime)
    • getEndTime

      Date getEndTime()
    • setEndTime

      void setEndTime(Date endTime)
    • getConversationCount

      long getConversationCount()
    • setConversationCount

      void setConversationCount(long conversationCount)
    • getParticipantCount

      long getParticipantCount()
    • setParticipantCount

      void setParticipantCount(long participantCount)
    • getDataCount

      long getDataCount()
    • setDataCount

      void setDataCount(long dataCount)