org.bdware.doip.audit.writer.AuditEventLog Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of doip-audit-tool Show documentation
Show all versions of doip-audit-tool Show documentation
doip audit tool developed by bdware
The newest version!
package org.bdware.doip.audit.writer;
public class AuditEventLog extends AuditLog {
String eventType;
long timestamp;
String instance_id;
String type;
String target;
String status;
String metadata;
String hash;
//"record_hash": "text"
}