Class OnDemandNotificationRequestDto
java.lang.Object
es.kukenan.smartfi.microservice.communications.api.ondemand.OnDemandNotificationRequestDto
OnDemand Notification request DTO.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
userId
User identifier. -
title
Notification title. -
body
Notification body. -
channelId
private int channelIdChannel identifier. -
all
private boolean allFlag for send notification to all users in DB.
-
-
Constructor Details
-
OnDemandNotificationRequestDto
public OnDemandNotificationRequestDto()
-