Package com.slack.api.rtm.message
Class PingMessage
- java.lang.Object
-
- com.slack.api.rtm.message.PingMessage
-
- All Implemented Interfaces:
RTMMessage
public class PingMessage extends Object implements RTMMessage
https://api.slack.com/rtm#ping_and_pong
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPingMessage.PingMessageBuilder
-
Constructor Summary
Constructors Constructor Description PingMessage()PingMessage(Long id, Instant time)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PingMessage.PingMessageBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)LonggetId()InstantgetTime()StringgetType()inthashCode()voidsetId(Long id)voidsetTime(Instant time)StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.slack.api.rtm.message.RTMMessage
toJSONString
-
-
-
-
Field Detail
-
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
-
-