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

net.dona.doip.DoipResponseHeadersWithRequestId Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
package net.dona.doip;

/**
 * The initial segment of a properly formed DOIP response, including the requestId.
 * Generally it should suffice to produce a {@link DoipResponseHeaders} and allow processing code to
 * automatically generate the requestId.
 * Can be serialized or deserialized using Gson.
 */
public class DoipResponseHeadersWithRequestId extends DoipResponseHeaders {

    public String requestId;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy