Package org.bonitasoft.web.client.model
Class ProcessVariable
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,Object>
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.11.0")
public class ProcessVariable
extends HashMap<String,Object>
implements Serializable
ProcessVariable
- See Also:
-
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn the additional (undeclared) properties.Return the additional (undeclared) property with the specified name.getName()variable nameinthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidtoString()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 Details
-
JSON_PROPERTY_NAME
- See Also:
-
-
Constructor Details
-
ProcessVariable
public ProcessVariable()
-
-
Method Details
-
name
-
getName
variable name- Returns:
- name
-
setName
-
putAdditionalProperty
Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.- Parameters:
key- the name of the propertyvalue- the value of the property- Returns:
- self reference
-
getAdditionalProperties
Return the additional (undeclared) properties.- Returns:
- the additional (undeclared) properties
-
getAdditionalProperty
Return the additional (undeclared) property with the specified name.- Parameters:
key- the name of the property- Returns:
- the additional (undeclared) property with the specified name
-
equals
-
hashCode
public int hashCode() -
toString
- Overrides:
toStringin classAbstractMap<String,Object>
-