Class BotsInfoResponse.Bot
java.lang.Object
com.slack.api.methods.response.bots.BotsInfoResponse.Bot
- Enclosing class:
- BotsInfoResponse
public static class BotsInfoResponse.Bot extends Object
-
Constructor Summary
Constructors Constructor Description Bot() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetAppId()BotIconsgetIcons()StringgetId()StringgetName()IntegergetUpdated()StringgetUserId()inthashCode()booleanisDeleted()voidsetAppId(String appId)voidsetDeleted(boolean deleted)voidsetIcons(BotIcons icons)voidsetId(String id)voidsetName(String name)voidsetUpdated(Integer updated)voidsetUserId(String userId)StringtoString()
-
Constructor Details
-
Bot
public Bot()
-
-
Method Details