public class DialogNodeNextStep extends GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | DialogNodeNextStep.BehaviorHow the `next_step` reference is processed. | 
| static interface  | DialogNodeNextStep.SelectorWhich part of the dialog node to process next. | 
| Constructor and Description | 
|---|
| DialogNodeNextStep() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getBehavior()Gets the behavior. | 
| java.lang.String | getDialogNode()Gets the dialogNode. | 
| java.lang.String | getSelector()Gets the selector. | 
| void | setBehavior(java.lang.String behavior)Sets the behavior. | 
| void | setDialogNode(java.lang.String dialogNode)Sets the dialogNode. | 
| void | setSelector(java.lang.String selector)Sets the selector. | 
equals, hashCode, toStringpublic java.lang.String getBehavior()
public java.lang.String getDialogNode()
public java.lang.String getSelector()
public void setBehavior(java.lang.String behavior)
behavior - the new behaviorpublic void setDialogNode(java.lang.String dialogNode)
dialogNode - the new dialogNodepublic void setSelector(java.lang.String selector)
selector - the new selector