Class ServerlessModel

  • All Implemented Interfaces:
    io.automatiko.engine.api.Model

    public class ServerlessModel
    extends io.automatiko.engine.workflow.JsonModel
    • Field Summary

      • Fields inherited from class io.automatiko.engine.workflow.JsonModel

        data, MAPPER
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ServerlessModel from​(com.fasterxml.jackson.databind.JsonNode data)  
      • Methods inherited from class io.automatiko.engine.workflow.JsonModel

        addWorkflowdata, fromMap, fromMap, getId, getWorkflowdata, getWorkflowdata, setId, setMetadata, setWorkflowdata, toMap
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ServerlessModel

        public ServerlessModel()
      • ServerlessModel

        public ServerlessModel​(com.fasterxml.jackson.databind.JsonNode json)
    • Method Detail

      • from

        public static ServerlessModel from​(com.fasterxml.jackson.databind.JsonNode data)