Package io.openems.edge.core.appmanager
Class AppAssistant
java.lang.Object
io.openems.edge.core.appmanager.AppAssistant
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic AppAssistant.Builder
Creates anAppAssistant
using a Builder.com.google.gson.JsonObject
Gets thisAppAssistant
asJsonObject
.
-
Field Details
-
name
-
alias
-
fields
public final com.google.gson.JsonArray fields
-
-
Method Details
-
create
Creates anAppAssistant
using a Builder.- Parameters:
appname
- the name of the app- Returns:
- the
AppAssistant.Builder
-
toJsonObject
public com.google.gson.JsonObject toJsonObject()Gets thisAppAssistant
asJsonObject
.- Returns:
- the
JsonObject
-