Class AuditNetworkNotification

Object
com.tailf.notif.Notification
com.tailf.notif.AuditNetworkNotification

public class AuditNetworkNotification extends Notification
Data structure for audit network notifications.
  • Constructor Details

    • AuditNetworkNotification

      public AuditNetworkNotification(int usid, int tid, String user, String device, String traceId, String config)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Notification
    • getUserId

      public int getUserId()
    • getTransactionId

      public int getTransactionId()
    • getUser

      public String getUser()
    • getDevice

      public String getDevice()
    • getTraceId

      public String getTraceId()
    • getConfig

      public String getConfig()