Class IncidentStatisticsResultDto

java.lang.Object
org.camunda.community.rest.client.dto.IncidentStatisticsResultDto

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-06-04T13:43:01.451833574Z[Etc/UTC]") public class IncidentStatisticsResultDto extends Object
IncidentStatisticsResultDto
  • Field Details

  • Constructor Details

    • IncidentStatisticsResultDto

      public IncidentStatisticsResultDto()
  • Method Details

    • incidentType

      public IncidentStatisticsResultDto incidentType(String incidentType)
    • getIncidentType

      @Nullable public String getIncidentType()
      The type of the incident the number of incidents is aggregated for. See the [User Guide](https://docs.camunda.org/manual/7.21/user-guide/process-engine/incidents/#incident-types) for a list of incident types.
      Returns:
      incidentType
    • getIncidentType_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getIncidentType_JsonNullable()
    • setIncidentType_JsonNullable

      public void setIncidentType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> incidentType)
    • setIncidentType

      public void setIncidentType(String incidentType)
    • incidentCount

      public IncidentStatisticsResultDto incidentCount(Integer incidentCount)
    • getIncidentCount

      @Nullable public Integer getIncidentCount()
      The total number of incidents for the corresponding incident type.
      Returns:
      incidentCount
    • getIncidentCount_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getIncidentCount_JsonNullable()
    • setIncidentCount_JsonNullable

      public void setIncidentCount_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> incidentCount)
    • setIncidentCount

      public void setIncidentCount(Integer incidentCount)
    • 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