Package com.slack.api.model.event
Class PongEvent
- java.lang.Object
-
- com.slack.api.model.event.PongEvent
-
- All Implemented Interfaces:
Event,Serializable
public class PongEvent extends Object implements Event
The pong event is sent in response to a 'ping' message previously sent. The id and other fields will match that of the ping message.https://api.slack.com/rtm#ping_and_pong
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PongEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)LonggetReplyTo()InstantgetTime()StringgetType()inthashCode()voidsetReplyTo(Long replyTo)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.model.event.Event
getSubtype
-
-
-
-
Field Detail
-
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
-
-