public class CurrentStatus extends Object
| Constructor and Description |
|---|
CurrentStatus() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<SlackIssue> |
getActiveIncidents() |
String |
getDateCreated() |
String |
getDateUpdated() |
String |
getStatus() |
int |
hashCode() |
void |
setActiveIncidents(List<SlackIssue> activeIncidents) |
void |
setDateCreated(String dateCreated) |
void |
setDateUpdated(String dateUpdated) |
void |
setStatus(String status) |
String |
toString() |
public String getStatus()
public String getDateCreated()
public String getDateUpdated()
public List<SlackIssue> getActiveIncidents()
public void setStatus(String status)
public void setDateCreated(String dateCreated)
public void setDateUpdated(String dateUpdated)
public void setActiveIncidents(List<SlackIssue> activeIncidents)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.