-
public final class DirectMessageIndicateTyping
-
-
Constructor Summary
Constructors Constructor Description DirectMessageIndicateTyping(Long created, String senderId, Recipient target)
-
Method Summary
Modifier and Type Method Description final Longcomponent1()final Stringcomponent2()final Recipientcomponent3()final DirectMessageIndicateTypingcopy(Long created, String senderId, Recipient target)final LonggetCreated()final StringgetSenderId()final RecipientgetTarget()-
-
Method Detail
-
component1
final Long component1()
-
component2
final String component2()
-
component3
final Recipient component3()
-
copy
final DirectMessageIndicateTyping copy(Long created, String senderId, Recipient target)
-
getCreated
final Long getCreated()
-
getSenderId
final String getSenderId()
-
-
-
-