All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bdware.doip.audit.writer.AuditEventLog Maven / Gradle / Ivy

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"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy