Package com.slack.api.bolt.model.builtin
Class DefaultBot
java.lang.Object
com.slack.api.bolt.model.builtin.DefaultBot
- All Implemented Interfaces:
Bot
The default data class for the Bot interface.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetAppId()getBotId()getScope()inthashCode()voidvoidsetBotAccessToken(String botAccessToken) voidvoidsetBotRefreshToken(String botRefreshToken) voidsetBotScope(String botScope) voidsetBotTokenExpiresAt(Long botTokenExpiresAt) voidsetBotUserId(String botUserId) voidsetEnterpriseId(String enterpriseId) voidsetEnterpriseName(String enterpriseName) voidsetEnterpriseUrl(String enterpriseUrl) voidsetInstalledAt(Long installedAt) voidsetIsEnterpriseInstall(Boolean isEnterpriseInstall) voidvoidvoidsetTeamName(String teamName) voidsetTokenType(String tokenType) toString()
-
Constructor Details
-
DefaultBot
public DefaultBot()
-
-
Method Details
-
getAppId
-
getEnterpriseId
- Specified by:
getEnterpriseIdin interfaceBot
-
getEnterpriseName
-
getTeamId
-
getTeamName
-
getIsEnterpriseInstall
- Specified by:
getIsEnterpriseInstallin interfaceBot
-
getEnterpriseUrl
- Specified by:
getEnterpriseUrlin interfaceBot
-
getTokenType
- Specified by:
getTokenTypein interfaceBot
-
getScope
-
getBotId
-
getBotUserId
- Specified by:
getBotUserIdin interfaceBot
-
getBotScope
- Specified by:
getBotScopein interfaceBot
-
getBotAccessToken
- Specified by:
getBotAccessTokenin interfaceBot
-
getBotRefreshToken
- Specified by:
getBotRefreshTokenin interfaceBot
-
getBotTokenExpiresAt
- Specified by:
getBotTokenExpiresAtin interfaceBot
-
getInstalledAt
- Specified by:
getInstalledAtin interfaceBot
-
setAppId
-
setEnterpriseId
- Specified by:
setEnterpriseIdin interfaceBot
-
setEnterpriseName
-
setTeamId
-
setTeamName
-
setIsEnterpriseInstall
- Specified by:
setIsEnterpriseInstallin interfaceBot
-
setEnterpriseUrl
- Specified by:
setEnterpriseUrlin interfaceBot
-
setTokenType
- Specified by:
setTokenTypein interfaceBot
-
setScope
-
setBotId
-
setBotUserId
- Specified by:
setBotUserIdin interfaceBot
-
setBotScope
- Specified by:
setBotScopein interfaceBot
-
setBotAccessToken
- Specified by:
setBotAccessTokenin interfaceBot
-
setBotRefreshToken
- Specified by:
setBotRefreshTokenin interfaceBot
-
setBotTokenExpiresAt
- Specified by:
setBotTokenExpiresAtin interfaceBot
-
setInstalledAt
- Specified by:
setInstalledAtin interfaceBot
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-