public class Dialog extends GenericModel
DialogService.| Constructor and Description | 
|---|
| Dialog() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getId()Gets the id. | 
| String | getName()Gets the name. | 
| void | setId(String id)Sets the dialog id. | 
| void | setName(String name)Sets the name. | 
| Dialog | withDialogId(String id)With dialog id. | 
| Dialog | withName(String name)With name. | 
equals, hashCode, toStringpublic String getId()
public String getName()
public void setId(String id)
id - the new dialog idpublic void setName(String name)
name - The namepublic Dialog withDialogId(String id)
id - the idCopyright © 2015–2016. All rights reserved.