@ExportedBean public class IncidentChart extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
IncidentChart.Severity |
| Constructor and Description |
|---|
IncidentChart(Object attr) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(IncidentViolation incidentViolation) |
String |
getRule() |
IncidentChart.Severity |
getSeverity() |
String |
getSeverityString() |
List<IncidentViolation> |
getViolations() |
public IncidentChart(Object attr)
@Exported public String getRule()
public IncidentChart.Severity getSeverity()
@Exported public String getSeverityString()
@Exported public List<IncidentViolation> getViolations()
public void add(IncidentViolation incidentViolation)
Copyright © 2016. All rights reserved.