public class SlackAppConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SlackAppConfig.SlackAppConfigBuilder |
| Constructor and Description |
|---|
SlackAppConfig() |
SlackAppConfig(String clientId,
String clientSecret,
String redirectUri) |
| Modifier and Type | Method and Description |
|---|---|
static SlackAppConfig.SlackAppConfigBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getClientId() |
String |
getClientSecret() |
String |
getRedirectUri() |
int |
hashCode() |
void |
setClientId(String clientId) |
void |
setClientSecret(String clientSecret) |
void |
setRedirectUri(String redirectUri) |
String |
toString() |
public static SlackAppConfig.SlackAppConfigBuilder builder()
public String getClientId()
public String getClientSecret()
public String getRedirectUri()
public void setClientId(String clientId)
public void setClientSecret(String clientSecret)
public void setRedirectUri(String redirectUri)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.