Class SetRetriesForExternalTasksDto
java.lang.Object
org.camunda.community.rest.client.dto.SetRetriesForExternalTasksDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class SetRetriesForExternalTasksDto
extends Object
SetRetriesForExternalTasksDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddExternalTaskIdsItem(String externalTaskIdsItem) addProcessInstanceIdsItem(String processInstanceIdsItem) booleanexternalTaskIds(List<String> externalTaskIds) externalTaskQuery(ExternalTaskQueryDto externalTaskQuery) The ids of the external tasks to set the number of retries for.Get externalTaskQueryGet historicProcessInstanceQueryThe ids of process instances containing the tasks to set the number of retries for.Get processInstanceQueryThe number of retries to set for the external task.org.openapitools.jackson.nullable.JsonNullable<Integer>inthashCode()historicProcessInstanceQuery(HistoricProcessInstanceQueryDto historicProcessInstanceQuery) processInstanceIds(List<String> processInstanceIds) processInstanceQuery(ProcessInstanceQueryDto processInstanceQuery) voidsetExternalTaskIds(List<String> externalTaskIds) voidsetExternalTaskIds_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> externalTaskIds) voidsetExternalTaskQuery(ExternalTaskQueryDto externalTaskQuery) voidsetHistoricProcessInstanceQuery(HistoricProcessInstanceQueryDto historicProcessInstanceQuery) voidsetProcessInstanceIds(List<String> processInstanceIds) voidsetProcessInstanceIds_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> processInstanceIds) voidsetProcessInstanceQuery(ProcessInstanceQueryDto processInstanceQuery) voidsetRetries(Integer retries) voidsetRetries_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> retries) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_RETRIES
- See Also:
-
JSON_PROPERTY_EXTERNAL_TASK_IDS
- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_IDS
- See Also:
-
JSON_PROPERTY_EXTERNAL_TASK_QUERY
- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_QUERY
- See Also:
-
JSON_PROPERTY_HISTORIC_PROCESS_INSTANCE_QUERY
- See Also:
-
-
Constructor Details
-
SetRetriesForExternalTasksDto
public SetRetriesForExternalTasksDto()
-
-
Method Details
-
retries
-
getRetries
The number of retries to set for the external task. Must be >= 0. If this is 0, an incident is created and the task cannot be fetched anymore unless the retries are increased again. Can not be null.- Returns:
- retries
-
getRetries_JsonNullable
-
setRetries_JsonNullable
public void setRetries_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> retries) -
setRetries
-
externalTaskIds
-
addExternalTaskIdsItem
-
getExternalTaskIds
The ids of the external tasks to set the number of retries for.- Returns:
- externalTaskIds
-
getExternalTaskIds_JsonNullable
-
setExternalTaskIds_JsonNullable
-
setExternalTaskIds
-
processInstanceIds
-
addProcessInstanceIdsItem
-
getProcessInstanceIds
The ids of process instances containing the tasks to set the number of retries for.- Returns:
- processInstanceIds
-
getProcessInstanceIds_JsonNullable
-
setProcessInstanceIds_JsonNullable
-
setProcessInstanceIds
-
externalTaskQuery
-
getExternalTaskQuery
Get externalTaskQuery- Returns:
- externalTaskQuery
-
setExternalTaskQuery
-
processInstanceQuery
public SetRetriesForExternalTasksDto processInstanceQuery(ProcessInstanceQueryDto processInstanceQuery) -
getProcessInstanceQuery
Get processInstanceQuery- Returns:
- processInstanceQuery
-
setProcessInstanceQuery
-
historicProcessInstanceQuery
public SetRetriesForExternalTasksDto historicProcessInstanceQuery(HistoricProcessInstanceQueryDto historicProcessInstanceQuery) -
getHistoricProcessInstanceQuery
Get historicProcessInstanceQuery- Returns:
- historicProcessInstanceQuery
-
setHistoricProcessInstanceQuery
public void setHistoricProcessInstanceQuery(HistoricProcessInstanceQueryDto historicProcessInstanceQuery) -
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
-