public class DialogNodeVisitedDetails extends GenericModel
| Constructor and Description | 
|---|
DialogNodeVisitedDetails()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getConditions()
Gets the conditions. 
 | 
java.lang.String | 
getDialogNode()
Gets the dialogNode. 
 | 
java.lang.String | 
getTitle()
Gets the title. 
 | 
void | 
setConditions(java.lang.String conditions)
Sets the conditions. 
 | 
void | 
setDialogNode(java.lang.String dialogNode)
Sets the dialogNode. 
 | 
void | 
setTitle(java.lang.String title)
Sets the title. 
 | 
equals, hashCode, toStringpublic java.lang.String getDialogNode()
public java.lang.String getTitle()
public java.lang.String getConditions()
public void setDialogNode(java.lang.String dialogNode)
dialogNode - the new dialogNodepublic void setTitle(java.lang.String title)
title - the new titlepublic void setConditions(java.lang.String conditions)
conditions - the new conditions