Class JsonBatchRequestItem
java.lang.Object
de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchRequestItem
A single request from a JSON Batch request.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBody()getId()getUrl()booleansetAtomicityGroup(String atomicityGroup) setHeaders(Map<String, List<String>> headers) voidsetIfCondition(String ifCondition)
-
Constructor Details
-
JsonBatchRequestItem
public JsonBatchRequestItem()
-
-
Method Details
-
getAtomicityGroup
-
setAtomicityGroup
-
getBody
-
setBody
-
getContentType
-
getHeaders
-
setHeaders
-
getId
-
setId
-
getIfCondition
-
setIfCondition
-
matchesIfCondition
-
getMethod
-
setMethod
-
getUrl
-
setUrl
-