public static class OAuthV2AccessResponse.IncomingWebhook extends Object
| Constructor and Description |
|---|
IncomingWebhook() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannel() |
String |
getChannelId() |
String |
getConfigurationUrl() |
String |
getUrl() |
int |
hashCode() |
void |
setChannel(String channel) |
void |
setChannelId(String channelId) |
void |
setConfigurationUrl(String configurationUrl) |
void |
setUrl(String url) |
String |
toString() |
public String getUrl()
public String getChannel()
public String getChannelId()
public String getConfigurationUrl()
public void setUrl(String url)
public void setChannel(String channel)
public void setChannelId(String channelId)
public void setConfigurationUrl(String configurationUrl)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.