public class DialogNode extends GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
DialogNode.EventName
How an `event_handler` node is processed.
|
static interface |
DialogNode.NodeType
How the dialog node is processed.
|
Constructor and Description |
---|
DialogNode() |
Modifier and Type | Method and Description |
---|---|
java.util.List<DialogNodeAction> |
getActions()
Gets the actions.
|
java.lang.String |
getConditions()
Gets the conditions.
|
java.util.Map |
getContext()
Gets the context.
|
java.util.Date |
getCreated()
Gets the created.
|
java.lang.String |
getDescription()
Gets the description.
|
java.lang.String |
getDialogNodeId()
Gets the dialogNodeId.
|
java.lang.String |
getEventName()
Gets the eventName.
|
java.util.Map |
getMetadata()
Gets the metadata.
|
DialogNodeNextStep |
getNextStep()
Gets the nextStep.
|
java.lang.String |
getNodeType()
Gets the nodeType.
|
java.util.Map |
getOutput()
Gets the output.
|
java.lang.String |
getParent()
Gets the parent.
|
java.lang.String |
getPreviousSibling()
Gets the previousSibling.
|
java.lang.String |
getTitle()
Gets the title.
|
java.util.Date |
getUpdated()
Gets the updated.
|
java.lang.String |
getVariable()
Gets the variable.
|
void |
setActions(java.util.List<DialogNodeAction> actions)
Sets the actions.
|
void |
setConditions(java.lang.String conditions)
Sets the conditions.
|
void |
setContext(java.util.Map context)
Sets the context.
|
void |
setDescription(java.lang.String description)
Sets the description.
|
void |
setDialogNodeId(java.lang.String dialogNodeId)
Sets the dialogNodeId.
|
void |
setEventName(java.lang.String eventName)
Sets the eventName.
|
void |
setMetadata(java.util.Map metadata)
Sets the metadata.
|
void |
setNextStep(DialogNodeNextStep nextStep)
Sets the nextStep.
|
void |
setNodeType(java.lang.String nodeType)
Sets the nodeType.
|
void |
setOutput(java.util.Map output)
Sets the output.
|
void |
setParent(java.lang.String parent)
Sets the parent.
|
void |
setPreviousSibling(java.lang.String previousSibling)
Sets the previousSibling.
|
void |
setTitle(java.lang.String title)
Sets the title.
|
void |
setVariable(java.lang.String variable)
Sets the variable.
|
equals, hashCode, toString
public java.lang.String getDialogNodeId()
public java.lang.String getDescription()
public java.lang.String getConditions()
public java.lang.String getParent()
public java.lang.String getPreviousSibling()
public java.util.Map getOutput()
public java.util.Map getContext()
public java.util.Map getMetadata()
public DialogNodeNextStep getNextStep()
public java.util.Date getCreated()
public java.util.Date getUpdated()
public java.util.List<DialogNodeAction> getActions()
public java.lang.String getTitle()
public java.lang.String getNodeType()
public java.lang.String getEventName()
public java.lang.String getVariable()
public void setDialogNodeId(java.lang.String dialogNodeId)
dialogNodeId
- the new dialogNodeIdpublic void setDescription(java.lang.String description)
description
- the new descriptionpublic void setConditions(java.lang.String conditions)
conditions
- the new conditionspublic void setParent(java.lang.String parent)
parent
- the new parentpublic void setPreviousSibling(java.lang.String previousSibling)
previousSibling
- the new previousSiblingpublic void setOutput(java.util.Map output)
output
- the new outputpublic void setContext(java.util.Map context)
context
- the new contextpublic void setMetadata(java.util.Map metadata)
metadata
- the new metadatapublic void setNextStep(DialogNodeNextStep nextStep)
nextStep
- the new nextSteppublic void setActions(java.util.List<DialogNodeAction> actions)
actions
- the new actionspublic void setTitle(java.lang.String title)
title
- the new titlepublic void setNodeType(java.lang.String nodeType)
nodeType
- the new nodeTypepublic void setEventName(java.lang.String eventName)
eventName
- the new eventNamepublic void setVariable(java.lang.String variable)
variable
- the new variable