public class DialogNodeOutput
extends com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>
| Constructor and Description | 
|---|
| DialogNodeOutput() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<DialogNodeOutputGeneric> | getGeneric()Gets the generic. | 
| DialogNodeOutputModifiers | getModifiers()Gets the modifiers. | 
| void | setGeneric(java.util.List<DialogNodeOutputGeneric> generic)Sets the generic. | 
| void | setModifiers(DialogNodeOutputModifiers modifiers)Sets the modifiers. | 
public java.util.List<DialogNodeOutputGeneric> getGeneric()
public void setGeneric(java.util.List<DialogNodeOutputGeneric> generic)
generic - the new genericpublic DialogNodeOutputModifiers getModifiers()
public void setModifiers(DialogNodeOutputModifiers modifiers)
modifiers - the new modifiers