public class Notification extends Object
| Constructor and Description |
|---|
Notification() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChannel() |
String |
getIcon() |
String |
getText() |
String |
getUsername() |
boolean |
isMarkdown() |
void |
setChannel(String channel) |
void |
setIcon(String icon) |
void |
setMarkdown(boolean markdown) |
void |
setText(String text) |
void |
setUsername(String username) |
String |
toString() |
public String getChannel()
public void setChannel(String channel)
public String getUsername()
public void setUsername(String username)
public String getText()
public void setText(String text)
public String getIcon()
public void setIcon(String icon)
public boolean isMarkdown()
public void setMarkdown(boolean markdown)
Copyright © 2020. All Rights Reserved.