public class Context
extends com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>
| Constructor and Description | 
|---|
| Context() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getConversationId()Gets the conversationId. | 
| MessageContextMetadata | getMetadata()Gets the metadata. | 
| SystemResponse | getSystem()Gets the system. | 
| void | setConversationId(java.lang.String conversationId)Sets the conversationId. | 
| void | setMetadata(MessageContextMetadata metadata)Sets the metadata. | 
| void | setSystem(SystemResponse system)Sets the system. | 
public java.lang.String getConversationId()
public void setConversationId(java.lang.String conversationId)
conversationId - the new conversationIdpublic SystemResponse getSystem()
public void setSystem(SystemResponse system)
system - the new systempublic MessageContextMetadata getMetadata()
public void setMetadata(MessageContextMetadata metadata)
metadata - the new metadata