Package nl.b3p.tailormap.api.admin.model
Class ServerSentEvent
- java.lang.Object
-
- nl.b3p.tailormap.api.admin.model.ServerSentEvent
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.SpringCodegen") public class ServerSentEvent extends Object implements SerializableServer sent event- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classServerSentEvent.EventTypeEnumType of event
-
Constructor Summary
Constructors Constructor Description ServerSentEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServerSentEventdetails(Object details)booleanequals(Object o)ServerSentEventeventType(ServerSentEvent.EventTypeEnum eventType)ObjectgetDetails()Get detailsServerSentEvent.EventTypeEnumgetEventType()Type of eventinthashCode()voidsetDetails(Object details)voidsetEventType(ServerSentEvent.EventTypeEnum eventType)StringtoString()
-
-
-
Method Detail
-
eventType
public ServerSentEvent eventType(ServerSentEvent.EventTypeEnum eventType)
-
getEventType
public ServerSentEvent.EventTypeEnum getEventType()
Type of event- Returns:
- eventType
-
setEventType
public void setEventType(ServerSentEvent.EventTypeEnum eventType)
-
details
public ServerSentEvent details(Object details)
-
getDetails
public Object getDetails()
Get details- Returns:
- details
-
setDetails
public void setDetails(Object details)
-
-