Class DisconnectMessage
java.lang.Object
com.slack.api.socket_mode.request.DisconnectMessage
public class DisconnectMessage extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDisconnectMessage.DebugInfo -
Field Summary
-
Constructor Summary
Constructors Constructor Description DisconnectMessage() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)DisconnectMessage.DebugInfogetDebugInfo()StringgetReason()StringgetType()inthashCode()voidsetDebugInfo(DisconnectMessage.DebugInfo debugInfo)voidsetReason(String reason)StringtoString()
-
Field Details
-
TYPE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
DisconnectMessage
public DisconnectMessage()
-
-
Method Details