Class StatisticNote
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.bgbilling.modules.botmanager.common.bean.StatisticNote
- All Implemented Interfaces:
Serializable
,Idable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getBotId()
int
int
long
void
setBotId
(int botId) void
setComment
(String comment) void
setContractId
(int contractId) void
setLastMessageTime
(Date lastMessageTime) void
setLastViewedDialogId
(int lastViewedDialogId) void
setMessengerUserId
(long messengerUserId)
-
Constructor Details
-
StatisticNote
public StatisticNote() -
StatisticNote
public StatisticNote(int botId, int contractId, long messengerUserId)
-
-
Method Details
-
getContractId
public int getContractId() -
setContractId
public void setContractId(int contractId) -
getLastMessageTime
-
setLastMessageTime
-
getBotId
public int getBotId() -
setBotId
public void setBotId(int botId) -
getMessengerUserId
public long getMessengerUserId() -
setMessengerUserId
public void setMessengerUserId(long messengerUserId) -
getLastViewedDialogId
public int getLastViewedDialogId() -
setLastViewedDialogId
public void setLastViewedDialogId(int lastViewedDialogId) -
getComment
-
setComment
-