public class ProjectStatus extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProjectStatus.Level |
| Constructor and Description |
|---|
ProjectStatus(Map<String,String> status) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlertText() |
ProjectStatus.Level |
getStatus() |
String |
getSummary() |
void |
setAlertText(String alertText) |
void |
setStatus(ProjectStatus.Level status) |
public ProjectStatus.Level getStatus()
public void setStatus(ProjectStatus.Level status)
public String getAlertText()
public void setAlertText(String alertText)
public String getSummary()
Copyright © 2017. All rights reserved.