Class NotificationEvent

java.lang.Object
com.maplander.backend.repository.model_table.streaming.NotificationEvent

@Entity public class NotificationEvent extends Object
  • Constructor Details

    • NotificationEvent

      public NotificationEvent()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getGlobalApp

      public Boolean getGlobalApp()
    • setGlobalApp

      public void setGlobalApp(Boolean globalApp)
    • getTime

      public Long getTime()
    • setTime

      public void setTime(Long time)
    • getMarketingCron

      public String getMarketingCron()
    • setMarketingCron

      public void setMarketingCron(String marketingCron)
    • getResponse

      public String getResponse()
    • setResponse

      public void setResponse(String response)