public class AuditNetworkNotification extends Notification
| Constructor and Description |
|---|
AuditNetworkNotification(int usid,
int tid,
String user,
String device,
String traceId,
String config) |
| Modifier and Type | Method and Description |
|---|---|
String |
getConfig() |
String |
getDevice() |
String |
getTraceId() |
int |
getTransactionId() |
String |
getUser() |
int |
getUserId() |
String |
toString() |
getNotificationTypepublic String toString()
toString in class Notificationpublic int getUserId()
public int getTransactionId()
public String getUser()
public String getDevice()
public String getTraceId()
public String getConfig()