Package org.bonitasoft.web.client.model
Class ProcessVariable
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,Object>
-
- org.bonitasoft.web.client.model.ProcessVariable
-
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,Object>
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ProcessVariable extends HashMap<String,Object> implements SerializableProcessVariable- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_NAME
-
Constructor Summary
Constructors Constructor Description ProcessVariable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()variable nameinthashCode()ProcessVariablename(String name)voidsetName(String name)StringtoString()-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-
-
-
Field Detail
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public ProcessVariable name(String name)
-
getName
@Nullable public String getName()
variable name- Returns:
- name
-
setName
public void setName(String name)
-
equals
public boolean equals(Object o)
-
hashCode
public int hashCode()
-
toString
public String toString()
- Overrides:
toStringin classAbstractMap<String,Object>
-
-