Package io.camunda.client.protocol.rest
Class JobResultActivateElement
java.lang.Object
io.camunda.client.protocol.rest.JobResultActivateElement
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-08T19:37:20.302687113Z[GMT]",
comments="Generator version: 7.12.0")
public class JobResultActivateElement
extends Object
JobResultActivateElement
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe ID of the element to activate.JSON document that will create the variables on the scope of the activated element.inthashCode()putVariablesItem(String key, Object variablesItem) voidsetElementId(String elementId) voidsetVariables(Map<String, Object> variables) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ELEMENT_ID
- See Also:
-
JSON_PROPERTY_VARIABLES
- See Also:
-
-
Constructor Details
-
JobResultActivateElement
public JobResultActivateElement()
-
-
Method Details
-
elementId
-
getElementId
The ID of the element to activate.- Returns:
- elementId
-
setElementId
-
variables
-
putVariablesItem
-
getVariables
JSON document that will create the variables on the scope of the activated element. It must be a JSON object, as variables will be mapped in a key-value fashion.- Returns:
- variables
-
setVariables
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-