Class NotificationSendedDTO


public class NotificationSendedDTO extends NotificationBoxDTO
  • Constructor Details

    • NotificationSendedDTO

      public NotificationSendedDTO()
  • Method Details

    • getDate

      public String getDate()
    • setDate

      public void setDate(String date)
    • getLink

      public String getLink()
    • setLink

      public void setLink(String link)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getSource

      public String getSource()
    • setSource

      public void setSource(String source)
    • fromJSON

      public static NotificationSendedDTO fromJSON(jsinterop.base.JsPropertyMap<Object> json)