ProjectProblemsProvider
@Deprecated public final class ProblemReport extends Object
Modifier and Type | Field and Description |
---|---|
static int |
SEVERITY_HIGH
Deprecated.
|
static int |
SEVERITY_LOW
Deprecated.
|
static int |
SEVERITY_MEDIUM
Deprecated.
|
Constructor and Description |
---|
ProblemReport(int severity,
String desc,
String longDesc,
Action correct)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Action |
getCorrectiveAction()
Deprecated.
|
String |
getId()
Deprecated.
|
String |
getLongDescription()
Deprecated.
|
int |
getSeverityLevel()
Deprecated.
|
String |
getShortDescription()
Deprecated.
|
void |
setId(String id)
Deprecated.
|
public static final int SEVERITY_LOW
public static final int SEVERITY_MEDIUM
public static final int SEVERITY_HIGH
public String getShortDescription()
public String getLongDescription()
public Action getCorrectiveAction()
public int getSeverityLevel()
public String getId()
public void setId(String id)