public interface ArchiveJobEventEntity extends Entity, HasRevision
Modifier and Type | Method and Description |
---|---|
long |
getConversationCount() |
Date |
getCreationTime() |
long |
getDataCount() |
Date |
getEndTime() |
long |
getParticipantCount() |
Date |
getStartTime() |
void |
setConversationCount(long conversationCount) |
void |
setCreationTime(Date creationTime) |
void |
setDataCount(long dataCount) |
void |
setEndTime(Date endTime) |
void |
setParticipantCount(long participantCount) |
void |
setStartTime(Date startTime) |
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
getRevision, getRevisionNext, setRevision
Date getCreationTime()
void setCreationTime(Date creationTime)
Date getStartTime()
void setStartTime(Date startTime)
Date getEndTime()
void setEndTime(Date endTime)
long getConversationCount()
void setConversationCount(long conversationCount)
long getParticipantCount()
void setParticipantCount(long participantCount)
long getDataCount()
void setDataCount(long dataCount)