public class DialogContent extends Object
DialogService.| Constructor and Description |
|---|
DialogContent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Gets the content.
|
String |
getNode()
Gets the node.
|
void |
setContent(String content)
Sets the content.
|
void |
setNode(String node)
Sets the node.
|
String |
toString() |
DialogContent |
withContent(String content)
With content.
|
DialogContent |
withNode(String node)
With node.
|
public String getNode()
public void setNode(String node)
node - The nodepublic DialogContent withNode(String node)
node - the nodepublic String getContent()
public void setContent(String content)
content - The contentpublic DialogContent withContent(String content)
content - the contentCopyright © 2015. All rights reserved.