Package org.bonitasoft.web.client.model
Class ProcessInstanceVariableUpdateRequest
- java.lang.Object
-
- org.bonitasoft.web.client.model.ProcessInstanceVariableUpdateRequest
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ProcessInstanceVariableUpdateRequest extends Object implements Serializable
ProcessInstanceVariableUpdateRequest- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_TYPEstatic StringJSON_PROPERTY_VALUE
-
Constructor Summary
Constructors Constructor Description ProcessInstanceVariableUpdateRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetType()the java class nameStringgetValue()the new valueinthashCode()voidsetType(String type)voidsetValue(String value)StringtoString()ProcessInstanceVariableUpdateRequesttype(String type)ProcessInstanceVariableUpdateRequestvalue(String value)
-
-
-
Field Detail
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_VALUE
public static final String JSON_PROPERTY_VALUE
- See Also:
- Constant Field Values
-
-
Method Detail
-
type
public ProcessInstanceVariableUpdateRequest type(String type)
-
setType
public void setType(String type)
-
value
public ProcessInstanceVariableUpdateRequest value(String value)
-
setValue
public void setValue(String value)
-
-