public class Incident
extends Object
Incident details.
-
Constructor Summary
Constructors
-
Method Summary
boolean
Description of the incident.
int
-
Constructor Details
-
Incident
public Incident()
-
Method Details
-
-
getTitle
@Nullable
public String getTitle()
Description of the incident.
-
-
getStatus
@Nullable
public Status getStatus()
Get status
-
-
-