Package io.openems.edge.core.appmanager
Class AppDescriptor
java.lang.Object
io.openems.edge.core.appmanager.AppDescriptor
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptioncreate()
Creates a Builder for anAppDescriptor
.final String
com.google.gson.JsonObject
Builds aJsonObject
out of thisAppDescriptor
.
-
Method Details
-
create
Creates a Builder for anAppDescriptor
.- Returns:
- the builder
-
getWebsiteUrl
-
toJsonObject
public com.google.gson.JsonObject toJsonObject()Builds aJsonObject
out of thisAppDescriptor
.- Returns:
- the
JsonObject
-