@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class TriggerVariableValueDto extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_LOCAL |
static String |
SERIALIZED_NAME_TYPE |
static String |
SERIALIZED_NAME_VALUE |
static String |
SERIALIZED_NAME_VALUE_INFO |
Constructor and Description |
---|
TriggerVariableValueDto() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Boolean |
getLocal()
Indicates whether the variable should be a local variable or not.
|
String |
getType()
The value type of the variable.
|
Object |
getValue()
Can be any value - string, number, boolean, array or object.
|
Map<String,Object> |
getValueInfo()
A JSON object containing additional, value-type-dependent properties.
|
int |
hashCode() |
TriggerVariableValueDto |
local(Boolean local) |
TriggerVariableValueDto |
putValueInfoItem(String key,
Object valueInfoItem) |
void |
setLocal(Boolean local) |
void |
setType(String type) |
void |
setValue(Object value) |
void |
setValueInfo(Map<String,Object> valueInfo) |
String |
toString() |
TriggerVariableValueDto |
type(String type) |
TriggerVariableValueDto |
value(Object value) |
TriggerVariableValueDto |
valueInfo(Map<String,Object> valueInfo) |
public static final String SERIALIZED_NAME_LOCAL
public static final String SERIALIZED_NAME_VALUE
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_VALUE_INFO
public TriggerVariableValueDto local(Boolean local)
@Nullable public Boolean getLocal()
public void setLocal(Boolean local)
public TriggerVariableValueDto value(Object value)
@Nullable public Object getValue()
public void setValue(Object value)
public TriggerVariableValueDto type(String type)
public void setType(String type)
public TriggerVariableValueDto valueInfo(Map<String,Object> valueInfo)
public TriggerVariableValueDto putValueInfoItem(String key, Object valueInfoItem)
@Nullable public Map<String,Object> getValueInfo()
Copyright © 2022. All rights reserved.