@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class IncidentStatisticsResultDto extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_INCIDENT_COUNT |
static String |
SERIALIZED_NAME_INCIDENT_TYPE |
Constructor and Description |
---|
IncidentStatisticsResultDto() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Integer |
getIncidentCount()
The total number of incidents for the corresponding incident type.
|
String |
getIncidentType()
The type of the incident the number of incidents is aggregated for.
|
int |
hashCode() |
IncidentStatisticsResultDto |
incidentCount(Integer incidentCount) |
IncidentStatisticsResultDto |
incidentType(String incidentType) |
void |
setIncidentCount(Integer incidentCount) |
void |
setIncidentType(String incidentType) |
String |
toString() |
public static final String SERIALIZED_NAME_INCIDENT_TYPE
public static final String SERIALIZED_NAME_INCIDENT_COUNT
public IncidentStatisticsResultDto incidentType(String incidentType)
@Nullable public String getIncidentType()
public void setIncidentType(String incidentType)
public IncidentStatisticsResultDto incidentCount(Integer incidentCount)
@Nullable public Integer getIncidentCount()
public void setIncidentCount(Integer incidentCount)
Copyright © 2022. All rights reserved.