Class EventTyping
- java.lang.Object
-
- cloud.genesys.webmessaging.sdk.model.EventTyping
-
- All Implemented Interfaces:
Serializable
public class EventTyping extends Object implements Serializable
Typing event. A Typing event.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EventTyping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventTypingduration(Double duration)The duration of the Typing event in milliseconds.booleanequals(Object o)DoublegetDuration()EventTypingTypegetType()inthashCode()voidsetDuration(Double duration)voidsetType(EventTypingType type)StringtoString()EventTypingtype(EventTypingType type)Describes the type of Typing event.
-
-
-
Method Detail
-
duration
public EventTyping duration(Double duration)
The duration of the Typing event in milliseconds.
-
getDuration
public Double getDuration()
-
setDuration
public void setDuration(Double duration)
-
type
public EventTyping type(EventTypingType type)
Describes the type of Typing event.
-
getType
public EventTypingType getType()
-
setType
public void setType(EventTypingType type)
-
-