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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetBotId()intintlongvoidsetBotId(int botId) voidsetComment(String comment) voidsetContractId(int contractId) voidsetLastMessageTime(Date lastMessageTime) voidsetLastViewedDialogId(int lastViewedDialogId) voidsetMessengerUserId(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
-