Class Dependency
java.lang.Object
io.openems.edge.core.appmanager.dependency.Dependency
Represents a dependency in the configuration of the
AppManager
of an
app.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.gson.JsonObject
Gets theDependency
as aJsonObject
.
-
Field Details
-
key
-
instanceId
-
-
Constructor Details
-
Dependency
-
-
Method Details
-
toJsonObject
public com.google.gson.JsonObject toJsonObject()Gets theDependency
as aJsonObject
.- Returns:
- the
JsonObject
-