org.bdware.doip.codec.JsonDoipHeader 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
package org.bdware.doip.codec;
import com.google.gson.JsonObject;
public class JsonDoipHeader {
public String identifier;
public String operation;
public String response;
public JsonObject attributes;
}