-
public final class ErrorEvent extends ChatEvent
-
-
Constructor Summary
Constructors Constructor Description ErrorEvent(String type, Date createdAt, ChatError error)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Datecomponent2()final ChatErrorcomponent3()final ErrorEventcopy(String type, Date createdAt, ChatError error)StringgetType()DategetCreatedAt()final ChatErrorgetError()-
-
Method Detail
-
component1
final String component1()
-
component2
final Date component2()
-
component3
final ChatError component3()
-
copy
final ErrorEvent copy(String type, Date createdAt, ChatError error)
-
getCreatedAt
Date getCreatedAt()
-
getError
final ChatError getError()
-
-
-
-