Class NotificationContent

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

public class NotificationContent extends Object
  • Constructor Details

    • NotificationContent

      public NotificationContent()
    • NotificationContent

      public NotificationContent(String title, String body)
  • Method Details

    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getBody

      public String getBody()
    • setBody

      public void setBody(String body)
    • getImage

      public String getImage()
    • setImage

      public void setImage(String image)
    • toString

      public String toString()
      Overrides:
      toString in class Object