Class NotificationBean

java.lang.Object
ch.tocco.nice2.notificationcenter.api.NotificationBean

public class NotificationBean extends Object
  • Method Details

    • getKey

      public String getKey()
    • getTimestamp

      public String getTimestamp()
    • getOriginId

      public String getOriginId()
    • getTitle

      public String getTitle()
    • getMessage

      public String getMessage()
    • getResult

      public String getResult()
    • isRead

      public boolean isRead()
    • getType

      public String getType()
    • getUsername

      @Nullable public @Nullable String getUsername()
    • getTaskProgress

      @Nullable public @Nullable ch.tocco.nice2.notificationcenter.api.NotificationBean.TaskProgressBean getTaskProgress()
    • toNotificationBean

      public static NotificationBean toNotificationBean(Entity e)