Class JsonBlobs


  • public class JsonBlobs
    extends DslBase
    Response for triggered JsonBlobs. Blobs are grouped under their blob type.
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonBlobs()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addBlob​(java.lang.String blobType, java.util.Map<java.lang.String,​java.lang.Object> blob)
      Adds the blob to the list of values under the indicated blobtype
      java.util.Map<java.lang.String,​java.util.List<java.util.Map<java.lang.String,​java.lang.Object>>> getAllBlobs()  
      void setBlobs​(java.lang.String blobType, java.util.List<java.util.Map<java.lang.String,​java.lang.Object>> blobs)
      Replaces all blobs stored under the indicated type with the provided list
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • JsonBlobs

        public JsonBlobs()
    • Method Detail

      • getAllBlobs

        public java.util.Map<java.lang.String,​java.util.List<java.util.Map<java.lang.String,​java.lang.Object>>> getAllBlobs()
      • setBlobs

        public void setBlobs​(java.lang.String blobType,
                             java.util.List<java.util.Map<java.lang.String,​java.lang.Object>> blobs)
        Replaces all blobs stored under the indicated type with the provided list
      • addBlob

        public void addBlob​(java.lang.String blobType,
                            java.util.Map<java.lang.String,​java.lang.Object> blob)
        Adds the blob to the list of values under the indicated blobtype