Class Dependency

java.lang.Object
io.openems.edge.core.appmanager.dependency.Dependency

public class Dependency extends Object
Represents a dependency in the configuration of the AppManager of an app.
  • Field Details

    • key

      public final String key
    • instanceId

      public final UUID instanceId
  • Constructor Details

    • Dependency

      public Dependency(String key, UUID instanceId)
  • Method Details

    • toJsonObject

      public com.google.gson.JsonObject toJsonObject()
      Gets the Dependency as a JsonObject.
      Returns:
      the JsonObject