Package org.bonitasoft.web.client.model
Class ProcessVariable
java.lang.Object
org.bonitasoft.web.client.model.ProcessVariable
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class ProcessVariable
extends Object
implements Serializable
ProcessVariable
- See Also:
-
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()
-
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
-