public class PingMessage extends Object implements RTMMessage
| Modifier and Type | Class and Description |
|---|---|
static class |
PingMessage.PingMessageBuilder |
| Constructor and Description |
|---|
PingMessage() |
PingMessage(Long id,
Instant time) |
| Modifier and Type | Method and Description |
|---|---|
static PingMessage.PingMessageBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Long |
getId() |
Instant |
getTime() |
String |
getType() |
int |
hashCode() |
void |
setId(Long id) |
void |
setTime(Instant time) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waittoJSONStringpublic static final String TYPE_NAME
Copyright © 2020. All rights reserved.