public class ReplayConversation extends Object implements Serializable
Constructor and Description |
---|
ReplayConversation() |
Modifier and Type | Method and Description |
---|---|
String |
getBotResponse()
Returns the BotResponse
|
int |
getId()
Returns the Id
|
int |
getIdReplay()
Returns the IdReplay
|
int |
getStatus()
Returns the Status
|
String |
getUserMsg()
Returns the UserMsg
|
void |
setBotResponse(String strBotResponse)
Sets the BotResponse
|
void |
setId(int nId)
Sets the Id
|
void |
setIdReplay(int nIdReplay)
Sets the IdReplay
|
void |
setStatus(int nStatus)
Sets the Status
|
void |
setUserMsg(String strUserMsg)
Sets the UserMsg
|
public int getId()
public void setId(int nId)
nId
- The Idpublic String getUserMsg()
public void setUserMsg(String strUserMsg)
strUserMsg
- The UserMsgpublic String getBotResponse()
public void setBotResponse(String strBotResponse)
strBotResponse
- The BotResponsepublic int getStatus()
public void setStatus(int nStatus)
nStatus
- The Statuspublic int getIdReplay()
public void setIdReplay(int nIdReplay)
nIdReplay
- The IdReplayCopyright © 2020 City of Paris. All rights reserved.