public class UserAnalyticsEntityImpl extends AbstractEngageEngineEntity implements UserAnalyticsEntity
| Modifier and Type | Field and Description | 
|---|---|
| protected long | conversationCount | 
| protected Date | creationTime | 
| protected Date | endTime | 
| protected long | messageCount | 
| protected Date | startTime | 
| protected String | userId | 
| Constructor and Description | 
|---|
| UserAnalyticsEntityImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| long | getConversationCount() | 
| Date | getCreationTime() | 
| Date | getEndTime() | 
| long | getMessageCount() | 
| Object | getPersistentState() | 
| Date | getStartTime() | 
| String | getUserId() | 
| void | setConversationCount(long conversationCount) | 
| void | setCreationTime(Date creationTime) | 
| void | setEndTime(Date endTime) | 
| void | setMessageCount(long messageCount) | 
| void | setStartTime(Date startTime) | 
| void | setUserId(String userId) | 
getIdPrefixgetId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected Date creationTime
protected Date startTime
protected Date endTime
protected String userId
protected long conversationCount
protected long messageCount
public Date getCreationTime()
getCreationTime in interface UserAnalyticsEntitypublic void setCreationTime(Date creationTime)
setCreationTime in interface UserAnalyticsEntitypublic Date getStartTime()
getStartTime in interface UserAnalyticsEntitypublic void setStartTime(Date startTime)
setStartTime in interface UserAnalyticsEntitypublic Date getEndTime()
getEndTime in interface UserAnalyticsEntitypublic void setEndTime(Date endTime)
setEndTime in interface UserAnalyticsEntitypublic String getUserId()
getUserId in interface UserAnalyticsEntitypublic void setUserId(String userId)
setUserId in interface UserAnalyticsEntitypublic long getConversationCount()
getConversationCount in interface UserAnalyticsEntitypublic void setConversationCount(long conversationCount)
setConversationCount in interface UserAnalyticsEntitypublic long getMessageCount()
getMessageCount in interface UserAnalyticsEntitypublic void setMessageCount(long messageCount)
setMessageCount in interface UserAnalyticsEntitypublic Object getPersistentState()
getPersistentState in interface org.flowable.common.engine.impl.persistence.entity.EntityCopyright © 2019. All rights reserved.