Package org.openapitools.client.model
Class TriggerVariableValueDtoAllOf
- java.lang.Object
-
- org.openapitools.client.model.TriggerVariableValueDtoAllOf
-
public class TriggerVariableValueDtoAllOf extends Object
TriggerVariableValueDtoAllOf
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_LOCAL
-
Constructor Summary
Constructors Constructor Description TriggerVariableValueDtoAllOf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)BooleangetLocal()Indicates whether the variable should be a local variable or not.inthashCode()TriggerVariableValueDtoAllOflocal(Boolean local)voidsetLocal(Boolean local)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_LOCAL
public static final String SERIALIZED_NAME_LOCAL
- See Also:
- Constant Field Values
-
-
Method Detail
-
local
public TriggerVariableValueDtoAllOf local(Boolean local)
-
getLocal
public Boolean getLocal()
Indicates whether the variable should be a local variable or not. If set to true, the variable becomes a local variable of the execution entering the target activity.- Returns:
- local
-
setLocal
public void setLocal(Boolean local)
-
-