Class Notification

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.Notification
All Implemented Interfaces:
Serializable

public class Notification extends ValueClass
Objects of this class represent a change notification. This class is used internally.
See Also:
  • Field Details

    • userGuid

      protected String userGuid
      GUID of user who should receive this notification.
    • watchGuid

      protected String watchGuid
      GUID of changed Object.
    • createDateIso

      protected String createDateIso
      Create date of the notification.
    • prio

      protected int prio
      Indicates if the Notification is marked as important
      Since:
      9.00.022.003
    • what

      protected int what
      Indicates the type of the watched Element. 0 - Action. 1 - HashTag.
      Since:
      9.00.030.001
  • Constructor Details

    • Notification

      public Notification()
    • Notification

      public Notification(Notification rhs)
  • Method Details

    • getWatchGuid

      public String getWatchGuid()
    • setWatchGuid

      public void setWatchGuid(String watchGuid)
    • getUserGuid

      public String getUserGuid()
    • setUserGuid

      public void setUserGuid(String userGuid)
    • getCreateDateIso

      public String getCreateDateIso()
    • setCreateDateIso

      public void setCreateDateIso(String createDateIso)
    • getPrio

      public int getPrio()
    • setPrio

      public void setPrio(int priority)
    • getWhat

      public int getWhat()
    • setWhat

      public void setWhat(int what)
    • toString

      public String toString()
      Overrides:
      toString in class Object