Class Notification

java.lang.Object
com.helixframework.postgresql.Notification

public final class Notification extends Object
  • Constructor Details

    • Notification

      public Notification()
  • Method Details

    • getChannel

      public String getChannel()
    • setChannel

      public void setChannel(String channel)
    • getTimestamp

      public String getTimestamp()
    • setTimestamp

      public void setTimestamp(String timestamp)
    • getAction

      public String getAction()
    • setAction

      public void setAction(String action)
    • getDbSchema

      public String getDbSchema()
    • setDbSchema

      public void setDbSchema(String dbSchema)
    • getTable

      public String getTable()
    • setTable

      public void setTable(String table)
    • getRecord

      public Map<String,Object> getRecord()
    • setRecord

      public void setRecord(Map<String,Object> record)
    • getOld

      public Map<String,Object> getOld()
    • setOld

      public void setOld(Map<String,Object> old)
    • toString

      public String toString()
      Overrides:
      toString in class Object