Incident.Severity| Constructor and Description |
|---|
IncidentImpl(long id,
long jobId,
String serviceType,
String processingHost,
Date timestamp,
Incident.Severity severity,
String code,
List<Tuple<String,String>> details,
Map<String,String> parameters) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getCode()
The unique code of this incident.
|
Map<String,String> |
getDescriptionParameters()
Named parameters describing the incident in more detail.
|
List<Tuple<String,String>> |
getDetails()
List of additional technical information having a name and a text
[(name, text)]. |
long |
getId()
Return the incident id.
|
long |
getJobId()
The job related to this incident.
|
String |
getProcessingHost()
The processing host running the job where the incident was occurring.
|
String |
getServiceType()
The service type on which the incident was occurring.
|
Incident.Severity |
getSeverity()
The severity of this incident.
|
Date |
getTimestamp()
The date where the incident was happening.
|
int |
hashCode() |
public long getId()
Incidentpublic long getJobId()
Incidentpublic String getServiceType()
IncidentgetServiceType in interface Incidentpublic String getProcessingHost()
IncidentgetProcessingHost in interface Incidentpublic Date getTimestamp()
IncidentgetTimestamp in interface Incidentpublic Incident.Severity getSeverity()
IncidentgetSeverity in interface Incidentpublic String getCode()
Incidentservice_type.number,
e.g. org.opencastproject.service.1511getCode in interface IncidentJob.getJobType()public List<Tuple<String,String>> getDetails()
Incident[(name, text)].
This may be an exception, an ffmpeg commandline, memory statistics, etc.getDetails in interface Incidentpublic Map<String,String> getDescriptionParameters()
IncidentgetDescriptionParameters in interface IncidentCopyright © 2009–2021 Opencast Project. All rights reserved.