Package org.openapitools.client.model
Class IncidentStatisticsResultDto
- java.lang.Object
-
- org.openapitools.client.model.IncidentStatisticsResultDto
-
public class IncidentStatisticsResultDto extends Object
IncidentStatisticsResultDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_INCIDENT_COUNTstatic StringSERIALIZED_NAME_INCIDENT_TYPE
-
Constructor Summary
Constructors Constructor Description IncidentStatisticsResultDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IntegergetIncidentCount()The total number of incidents for the corresponding incident type.StringgetIncidentType()The type of the incident the number of incidents is aggregated for.inthashCode()IncidentStatisticsResultDtoincidentCount(Integer incidentCount)IncidentStatisticsResultDtoincidentType(String incidentType)voidsetIncidentCount(Integer incidentCount)voidsetIncidentType(String incidentType)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_INCIDENT_TYPE
public static final String SERIALIZED_NAME_INCIDENT_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_INCIDENT_COUNT
public static final String SERIALIZED_NAME_INCIDENT_COUNT
- See Also:
- Constant Field Values
-
-
Method Detail
-
incidentType
public IncidentStatisticsResultDto incidentType(String incidentType)
-
getIncidentType
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.18/user-guide/process-engine/incidents/#incident-types) for a list of incident types.- Returns:
- incidentType
-
setIncidentType
public void setIncidentType(String incidentType)
-
incidentCount
public IncidentStatisticsResultDto incidentCount(Integer incidentCount)
-
getIncidentCount
public Integer getIncidentCount()
The total number of incidents for the corresponding incident type.- Returns:
- incidentCount
-
setIncidentCount
public void setIncidentCount(Integer incidentCount)
-
-