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 Details

  • Constructor Details

    • HistoricActivityStatisticsDto

      public HistoricActivityStatisticsDto()
  • Method Details

    • id

    • getId

      @Nullable public String getId()
      The id of the activity the results are aggregated for.
      Returns:
      id
    • getId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getId_JsonNullable()
    • setId_JsonNullable

      public void setId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> id)
    • setId

      public void setId(String id)
    • instances

      public HistoricActivityStatisticsDto instances(Long instances)
    • getInstances

      @Nullable public Long getInstances()
      The total number of all running instances of the activity.
      Returns:
      instances
    • getInstances_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Long> getInstances_JsonNullable()
    • setInstances_JsonNullable

      public void setInstances_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> instances)
    • setInstances

      public void setInstances(Long instances)
    • canceled

      public HistoricActivityStatisticsDto canceled(Long canceled)
    • getCanceled

      @Nullable public Long 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

      public org.openapitools.jackson.nullable.JsonNullable<Long> getCanceled_JsonNullable()
    • setCanceled_JsonNullable

      public void setCanceled_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> canceled)
    • setCanceled

      public void setCanceled(Long canceled)
    • finished

      public HistoricActivityStatisticsDto finished(Long finished)
    • getFinished

      @Nullable public Long 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

      public org.openapitools.jackson.nullable.JsonNullable<Long> getFinished_JsonNullable()
    • setFinished_JsonNullable

      public void setFinished_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> finished)
    • setFinished

      public void setFinished(Long finished)
    • completeScope

      public HistoricActivityStatisticsDto completeScope(Long completeScope)
    • getCompleteScope

      @Nullable public Long 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

      public org.openapitools.jackson.nullable.JsonNullable<Long> getCompleteScope_JsonNullable()
    • setCompleteScope_JsonNullable

      public void setCompleteScope_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> completeScope)
    • setCompleteScope

      public void setCompleteScope(Long completeScope)
    • openIncidents

      public HistoricActivityStatisticsDto openIncidents(Long openIncidents)
    • getOpenIncidents

      @Nullable public Long 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

      public org.openapitools.jackson.nullable.JsonNullable<Long> getOpenIncidents_JsonNullable()
    • setOpenIncidents_JsonNullable

      public void setOpenIncidents_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> openIncidents)
    • setOpenIncidents

      public void setOpenIncidents(Long openIncidents)
    • resolvedIncidents

      public HistoricActivityStatisticsDto resolvedIncidents(Long resolvedIncidents)
    • getResolvedIncidents

      @Nullable public Long 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

      public org.openapitools.jackson.nullable.JsonNullable<Long> getResolvedIncidents_JsonNullable()
    • setResolvedIncidents_JsonNullable

      public void setResolvedIncidents_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> resolvedIncidents)
    • setResolvedIncidents

      public void setResolvedIncidents(Long resolvedIncidents)
    • deletedIncidents

      public HistoricActivityStatisticsDto deletedIncidents(Long deletedIncidents)
    • getDeletedIncidents

      @Nullable public Long 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

      public org.openapitools.jackson.nullable.JsonNullable<Long> getDeletedIncidents_JsonNullable()
    • setDeletedIncidents_JsonNullable

      public void setDeletedIncidents_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> deletedIncidents)
    • setDeletedIncidents

      public void setDeletedIncidents(Long deletedIncidents)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string