Package ru.kpekepsalt.ruvik.dto
Class ConversationDto
- java.lang.Object
-
- ru.kpekepsalt.ruvik.dto.ConversationDto
-
public class ConversationDto extends Object
-
-
Constructor Summary
Constructors Constructor Description ConversationDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetConversationId()StringgetOneTimeKey()LonggetReceiverId()LonggetSenderId()StringgetSessionKey()ConversationStatusgetStatus()voidsetConversationId(Long conversationId)voidsetOneTimeKey(String oneTimeKey)voidsetReceiverId(Long receiverId)voidsetSenderId(Long senderId)voidsetSessionKey(String sessionKey)voidsetStatus(ConversationStatus status)
-
-
-
Method Detail
-
getConversationId
public Long getConversationId()
-
setConversationId
public void setConversationId(Long conversationId)
-
getSessionKey
public String getSessionKey()
-
setSessionKey
public void setSessionKey(String sessionKey)
-
getReceiverId
public Long getReceiverId()
-
setReceiverId
public void setReceiverId(Long receiverId)
-
getSenderId
public Long getSenderId()
-
setSenderId
public void setSenderId(Long senderId)
-
getStatus
public ConversationStatus getStatus()
-
setStatus
public void setStatus(ConversationStatus status)
-
getOneTimeKey
public String getOneTimeKey()
-
setOneTimeKey
public void setOneTimeKey(String oneTimeKey)
-
-