Package org.togglz.slack.notification
Class Notification
- java.lang.Object
-
- org.togglz.slack.notification.Notification
-
public class Notification extends Object
-
-
Constructor Summary
Constructors Constructor Description Notification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChannel()StringgetIcon()StringgetText()StringgetUsername()booleanisMarkdown()voidsetChannel(String channel)voidsetIcon(String icon)voidsetMarkdown(boolean markdown)voidsetText(String text)voidsetUsername(String username)StringtoString()
-
-
-
Method Detail
-
getChannel
public String getChannel()
-
setChannel
public void setChannel(String channel)
-
getUsername
public String getUsername()
-
setUsername
public void setUsername(String username)
-
getText
public String getText()
-
setText
public void setText(String text)
-
getIcon
public String getIcon()
-
setIcon
public void setIcon(String icon)
-
isMarkdown
public boolean isMarkdown()
-
setMarkdown
public void setMarkdown(boolean markdown)
-
-