Class NotificationBot

java.lang.Object
com.maplander.backend.model.notification.NotificationBot

public class NotificationBot extends Object
  • Constructor Details

    • NotificationBot

      public NotificationBot()
    • NotificationBot

      public NotificationBot(Notification notification, String url, String botNumber, String title)
  • Method Details

    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getText

      public String getText()
    • setText

      public void setText(String text)
    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)
    • getImage

      public String getImage()
    • setImage

      public void setImage(String image)
    • getTypeNotification

      public String getTypeNotification()
    • setTypeNotification

      public void setTypeNotification(String typeNotification)
    • getBotNumber

      public String getBotNumber()
    • setBotNumber

      public void setBotNumber(String botNumber)
    • toString

      public String toString()
      Overrides:
      toString in class Object