Package org.tailormap.api.admin.model
Class ServerSentEvent
java.lang.Object
org.tailormap.api.admin.model.ServerSentEvent
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.10.0")
public class ServerSentEvent
extends Object
implements Serializable
Server sent event
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
eventType
(ServerSentEvent.EventTypeEnum eventType) Get detailsType of eventint
hashCode()
void
setDetails
(Object details) void
setEventType
(ServerSentEvent.EventTypeEnum eventType) toString()
-
Constructor Details
-
ServerSentEvent
public ServerSentEvent()
-
-
Method Details