Package com.slack.api.status.v1.model
Class LegacyCurrentStatus
java.lang.Object
com.slack.api.status.v1.model.LegacyCurrentStatus
public class LegacyCurrentStatus extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLegacyCurrentStatus.Note -
Constructor Summary
Constructors Constructor Description LegacyCurrentStatus() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetDateCreated()StringgetDateUpdated()IntegergetId()List<LegacySlackIssue.Note>getNotes()List<String>getServices()StringgetStatus()StringgetTitle()StringgetType()StringgetUrl()inthashCode()voidsetDateCreated(String dateCreated)voidsetDateUpdated(String dateUpdated)voidsetId(Integer id)voidsetNotes(List<LegacySlackIssue.Note> notes)voidsetServices(List<String> services)voidsetStatus(String status)voidsetTitle(String title)voidsetType(String type)voidsetUrl(String url)StringtoString()
-
Constructor Details
-
LegacyCurrentStatus
public LegacyCurrentStatus()
-
-
Method Details