public class ConversationData extends GenericModel
| Constructor and Description | 
|---|
| ConversationData() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getClientId()Gets the client id. | 
| Integer | getConversationId()Gets the conversation id. | 
| List<HitNode> | getHitNodes()Gets the hit nodes. | 
| List<Message> | getMessages()Gets the messages. | 
| List<NameValue> | getProfile()Gets the profile. | 
| void | setClientId(int clientId)Sets the client id. | 
| void | setClientId(Integer clientId)Sets the client id. | 
| void | setConversationId(Integer conversationId)Sets the conversation id. | 
| void | setHitNodes(List<HitNode> hitNodes)Sets the hit nodes. | 
| void | setMessages(List<Message> messages)Sets the messages. | 
| void | setProfile(List<NameValue> profile)Sets the profile. | 
equals, hashCode, toStringpublic int getClientId()
public Integer getConversationId()
public void setClientId(int clientId)
clientId - The client_idpublic void setClientId(Integer clientId)
clientId - the new client idpublic void setConversationId(Integer conversationId)
conversationId - the new conversation idpublic void setHitNodes(List<HitNode> hitNodes)
hitNodes - The hit_nodespublic void setMessages(List<Message> messages)
messages - The messagesCopyright © 2015–2016. All rights reserved.