Class PushModel
java.lang.Object
net.atthegate.server.service.serviceModels.PushModel
- All Implemented Interfaces:
Serializable
Created by ivbar on 09.12.15.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
-
licence
-
url
-
title
-
pushId
-
textAll
-
uid
-
notificationType
-
dataAdded
-
needToUpdateIncidentList
public boolean needToUpdateIncidentList -
imageDownloadUrl
-
text
-
userEmail
-
hostUid
-
entryId
-
notifUserUid
-
notifUserPhone
-
profileName
-
deviceName
-
dateChanged
-
-
Constructor Details
-
PushModel
public PushModel() -
PushModel
public PushModel(String title, @Nullable String text, @Nullable String textAll, @Nullable Long pushId, @Nullable String userEmail, PushModel.NotificationType notificationType, @Nullable String imageDownloadUrl, boolean needToUpdateIncidentList, String uid, @Nullable String profileName, @Nullable String deviceName)
-