Class WebNotificationAbstract

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getUserIds()
      Get the list of user ids, which identifies the recipients of the notification
      void setUserIds​(java.util.List<java.lang.String> userIds)
      Set the list of user ids, which identifies the recipients of the notification
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • userIds

        protected java.util.List<java.lang.String> userIds
      • extraProperties

        protected java.util.Map<java.lang.String,​java.lang.String> extraProperties
    • Method Detail

      • getUserIds

        public java.util.List<java.lang.String> getUserIds()
        Description copied from interface: WebNotification
        Get the list of user ids, which identifies the recipients of the notification
        Specified by:
        getUserIds in interface WebNotification
        Returns:
        list of user ids
      • setUserIds

        public void setUserIds​(java.util.List<java.lang.String> userIds)
        Description copied from interface: WebNotification
        Set the list of user ids, which identifies the recipients of the notification
        Specified by:
        setUserIds in interface WebNotification
        Parameters:
        userIds - , list of user ids which identifies the recipients of the notification
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object