public class ErrorEvent extends Object implements Event
{
"type": "error",
"error": {
"code": 1,
"msg": "Socket URL has expired"
}
}
https://api.slack.com/rtm
| Modifier and Type | Class and Description |
|---|---|
static class |
ErrorEvent.Error |
| Constructor and Description |
|---|
ErrorEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
ErrorEvent.Error |
getError() |
String |
getType() |
int |
hashCode() |
void |
setError(ErrorEvent.Error error) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetSubtypepublic static final String TYPE_NAME
public ErrorEvent.Error getError()
public void setError(ErrorEvent.Error error)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.