Package net.dona.doip
Class DoipResponseHeaders
java.lang.Object
net.dona.doip.DoipResponseHeaders
- Direct Known Subclasses:
DoipResponseHeadersWithRequestId
The initial segment of a properly formed DOIP request, except the requestId, which will be generated by processing code.
See also
DoipResponseHeadersWithRequestId
.
Can be serialized or deserialized using Gson.-
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonObject
Attributes to be included with the response.com.google.gson.JsonElement
Output of the operation, when supplied in "compact" form as a single JSON segment.The status code for the response; seeDoipConstants
for commonly used status codes. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
status
The status code for the response; seeDoipConstants
for commonly used status codes. -
attributes
public com.google.gson.JsonObject attributesAttributes to be included with the response. -
output
public com.google.gson.JsonElement outputOutput of the operation, when supplied in "compact" form as a single JSON segment. More generally output of the operation is supplied using the remaining segments of the response.
-
-
Constructor Details
-
DoipResponseHeaders
public DoipResponseHeaders()
-