Package com.slack.api.model.event
Class TokensRevokedEvent.Tokens
- java.lang.Object
-
- com.slack.api.model.event.TokensRevokedEvent.Tokens
-
- Enclosing class:
- TokensRevokedEvent
public static class TokensRevokedEvent.Tokens extends Object
-
-
Constructor Summary
Constructors Constructor Description Tokens()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
List<String>
getBot()
List<String>
getOauth()
int
hashCode()
void
setBot(List<String> bot)
void
setOauth(List<String> oauth)
String
toString()
-
-
-
Method Detail
-
canEqual
protected boolean canEqual(Object other)
-
-