Class HistoricActivityStatisticsDto
java.lang.Object
org.camunda.community.rest.client.dto.HistoricActivityStatisticsDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class HistoricActivityStatisticsDto
extends Object
HistoricActivityStatisticsDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompleteScope(Long completeScope) deletedIncidents(Long deletedIncidents) booleanThe total number of all canceled instances of the activity.org.openapitools.jackson.nullable.JsonNullable<Long>The total number of all instances which completed a scope of the activity.org.openapitools.jackson.nullable.JsonNullable<Long>The total number of deleted incidents for the activity.org.openapitools.jackson.nullable.JsonNullable<Long>The total number of all finished instances of the activity.org.openapitools.jackson.nullable.JsonNullable<Long>getId()The id of the activity the results are aggregated for.org.openapitools.jackson.nullable.JsonNullable<String>The total number of all running instances of the activity.org.openapitools.jackson.nullable.JsonNullable<Long>The total number of open incidents for the activity.org.openapitools.jackson.nullable.JsonNullable<Long>The total number of resolved incidents for the activity.org.openapitools.jackson.nullable.JsonNullable<Long>inthashCode()openIncidents(Long openIncidents) resolvedIncidents(Long resolvedIncidents) voidsetCanceled(Long canceled) voidsetCanceled_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> canceled) voidsetCompleteScope(Long completeScope) voidsetCompleteScope_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> completeScope) voidsetDeletedIncidents(Long deletedIncidents) voidsetDeletedIncidents_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> deletedIncidents) voidsetFinished(Long finished) voidsetFinished_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> finished) voidvoidsetId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> id) voidsetInstances(Long instances) voidsetInstances_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> instances) voidsetOpenIncidents(Long openIncidents) voidsetOpenIncidents_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> openIncidents) voidsetResolvedIncidents(Long resolvedIncidents) voidsetResolvedIncidents_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> resolvedIncidents) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_INSTANCES
- See Also:
-
JSON_PROPERTY_CANCELED
- See Also:
-
JSON_PROPERTY_FINISHED
- See Also:
-
JSON_PROPERTY_COMPLETE_SCOPE
- See Also:
-
JSON_PROPERTY_OPEN_INCIDENTS
- See Also:
-
JSON_PROPERTY_RESOLVED_INCIDENTS
- See Also:
-
JSON_PROPERTY_DELETED_INCIDENTS
- See Also:
-
-
Constructor Details
-
HistoricActivityStatisticsDto
public HistoricActivityStatisticsDto()
-
-
Method Details
-
id
-
getId
The id of the activity the results are aggregated for.- Returns:
- id
-
getId_JsonNullable
-
setId_JsonNullable
-
setId
-
instances
-
getInstances
The total number of all running instances of the activity.- Returns:
- instances
-
getInstances_JsonNullable
-
setInstances_JsonNullable
public void setInstances_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> instances) -
setInstances
-
canceled
-
getCanceled
The total number of all canceled instances of the activity. **Note:** Will be `0` (not `null`), if canceled activity instances were excluded.- Returns:
- canceled
-
getCanceled_JsonNullable
-
setCanceled_JsonNullable
-
setCanceled
-
finished
-
getFinished
The total number of all finished instances of the activity. **Note:** Will be `0` (not `null`), if finished activity instances were excluded.- Returns:
- finished
-
getFinished_JsonNullable
-
setFinished_JsonNullable
-
setFinished
-
completeScope
-
getCompleteScope
The total number of all instances which completed a scope of the activity. **Note:** Will be `0` (not `null`), if activity instances which completed a scope were excluded.- Returns:
- completeScope
-
getCompleteScope_JsonNullable
-
setCompleteScope_JsonNullable
public void setCompleteScope_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> completeScope) -
setCompleteScope
-
openIncidents
-
getOpenIncidents
The total number of open incidents for the activity. **Note:** Will be `0` (not `null`), if `incidents` is set to `false`.- Returns:
- openIncidents
-
getOpenIncidents_JsonNullable
-
setOpenIncidents_JsonNullable
public void setOpenIncidents_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> openIncidents) -
setOpenIncidents
-
resolvedIncidents
-
getResolvedIncidents
The total number of resolved incidents for the activity. **Note:** Will be `0` (not `null`), if `incidents` is set to `false`.- Returns:
- resolvedIncidents
-
getResolvedIncidents_JsonNullable
-
setResolvedIncidents_JsonNullable
public void setResolvedIncidents_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> resolvedIncidents) -
setResolvedIncidents
-
deletedIncidents
-
getDeletedIncidents
The total number of deleted incidents for the activity. **Note:** Will be `0` (not `null`), if `incidents` is set to `false`.- Returns:
- deletedIncidents
-
getDeletedIncidents_JsonNullable
-
setDeletedIncidents_JsonNullable
public void setDeletedIncidents_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> deletedIncidents) -
setDeletedIncidents
-
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
-