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