public class OtherOption extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
alias
The alias of the other option.
|
protected org.mule.runtime.api.metadata.TypedValue<Object> |
value
The value of the other option.
|
| Constructor and Description |
|---|
OtherOption() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias() |
org.mule.runtime.api.metadata.TypedValue<Object> |
getValue() |
void |
setAlias(String alias) |
void |
setValue(org.mule.runtime.api.metadata.TypedValue<Object> optionValue) |
@Parameter @Expression(value=SUPPORTED) @Summary(value="The alias of the other option.") @Example(value="my_option") protected String alias
@Parameter @Optional @Expression(value=SUPPORTED) @Summary(value="The value of the other option.") @Example(value="#[ Binaries::fromHex(\'1122ff\') ]") protected org.mule.runtime.api.metadata.TypedValue<Object> value
public String getAlias()
public void setAlias(String alias)
alias - The alias of the option to setpublic org.mule.runtime.api.metadata.TypedValue<Object> getValue()
public void setValue(org.mule.runtime.api.metadata.TypedValue<Object> optionValue)
optionValue - The option value to setCopyright © 2019–2024 Teslanet.nl. All rights reserved.