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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe total number of incidents for the corresponding incident type.org.openapitools.jackson.nullable.JsonNullable<Integer>The type of the incident the number of incidents is aggregated for.org.openapitools.jackson.nullable.JsonNullable<String>inthashCode()incidentCount(Integer incidentCount) incidentType(String incidentType) voidsetIncidentCount(Integer incidentCount) voidsetIncidentCount_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> incidentCount) voidsetIncidentType(String incidentType) voidsetIncidentType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> incidentType) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_INCIDENT_TYPE
- See Also:
-
JSON_PROPERTY_INCIDENT_COUNT
- See Also:
-
-
Constructor Details
-
IncidentStatisticsResultDto
public IncidentStatisticsResultDto()
-
-
Method Details
-
incidentType
-
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
-
setIncidentType_JsonNullable
public void setIncidentType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> incidentType) -
setIncidentType
-
incidentCount
-
getIncidentCount
The total number of incidents for the corresponding incident type.- Returns:
- incidentCount
-
getIncidentCount_JsonNullable
-
setIncidentCount_JsonNullable
public void setIncidentCount_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> incidentCount) -
setIncidentCount
-
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
-