ScanAlert(String key, String name, String title, Severity severity, IScanInstance scanInstance, long requestId) {
this.key = key;
this.name = name;
this.title = title;
this.severity = severity;
this.properties = new ModelProperties();
this.scanInstance = scanInstance;
this.requestId = requestId;
this.alertHighlights = new ActivatableArrayList<IScanAlertHighlight>();
}