public class DialogNodeOutputOptionsElement extends GenericModel
Constructor and Description |
---|
DialogNodeOutputOptionsElement() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel()
Gets the label.
|
DialogNodeOutputOptionsElementValue |
getValue()
Gets the value.
|
void |
setLabel(java.lang.String label)
Sets the label.
|
void |
setValue(DialogNodeOutputOptionsElementValue value)
Sets the value.
|
equals, hashCode, toString
public java.lang.String getLabel()
public DialogNodeOutputOptionsElementValue getValue()
public void setLabel(java.lang.String label)
label
- the new labelpublic void setValue(DialogNodeOutputOptionsElementValue value)
value
- the new value