java.lang.Object
de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchResultItem

public class JsonBatchResultItem extends Object
The result of an individual batch request item.
  • Field Details

    • entityType

      public de.fraunhofer.iosb.ilt.frostserver.model.EntityType entityType
    • id

      public String id
    • idValue

      public de.fraunhofer.iosb.ilt.frostserver.model.core.PkValue idValue
    • status

      public int status
    • headers

      public Map<String,Object> headers
    • body

      public String body
    • location

      public String location
      For backwards compatibility, should be in headers.
  • Constructor Details

    • JsonBatchResultItem

      public JsonBatchResultItem()
  • Method Details