org.bdware.doip.audit.writer.AuditDOEventLog 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 AuditDOEventLog extends AuditLog {
public String eventType;
long time;
public String instance_id;
public String type;
public String user;
static class DoidInfo {
String do_prefix;
String do_repo;
String do_data_id;
}
static class TargetInfo {
String prefix;
String repo;
String data_id;
}
public DoidInfo doid;
public String target;
public String status;
public String metadata;
public String hash;
public String record_hash;
}