java.lang.Object
net.atthegate.server.service.serviceModels.PushModel
All Implemented Interfaces:
Serializable

public class PushModel extends Object implements Serializable
Created by ivbar on 09.12.15.
See Also:
  • Field Details

    • id

      public Long id
    • licence

      public String licence
    • url

      public String url
    • title

      public String title
    • pushId

      public Long pushId
    • textAll

      public String textAll
    • uid

      public String uid
    • notificationType

      public String notificationType
    • dataAdded

      public Long dataAdded
    • needToUpdateIncidentList

      public boolean needToUpdateIncidentList
    • imageDownloadUrl

      public String imageDownloadUrl
    • text

      public String text
    • userEmail

      public String userEmail
    • hostUid

      public String hostUid
    • entryId

      public String entryId
    • notifUserUid

      public String notifUserUid
    • notifUserPhone

      public String notifUserPhone
    • profileName

      public String profileName
    • deviceName

      public String deviceName
    • dateChanged

      public Long dateChanged
  • Constructor Details