Class GetAppAssistant.Response
- java.lang.Object
-
- io.openems.common.jsonrpc.base.JsonrpcMessage
-
- io.openems.common.jsonrpc.base.JsonrpcResponse
-
- io.openems.common.jsonrpc.base.JsonrpcResponseSuccess
-
- io.openems.edge.core.appmanager.jsonrpc.GetAppAssistant.Response
-
- Enclosing class:
- GetAppAssistant
public static class GetAppAssistant.Response extends JsonrpcResponseSuccess
-
-
Field Summary
-
Fields inherited from class io.openems.common.jsonrpc.base.JsonrpcMessage
JSONRPC_VERSION
-
-
Constructor Summary
Constructors Constructor Description Response(java.util.UUID id, AppAssistant appAssistant)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gson.JsonObject
getResult()
Gets the result of thisJsonrpcResponseSuccess
.-
Methods inherited from class io.openems.common.jsonrpc.base.JsonrpcResponseSuccess
from, toJsonObject
-
Methods inherited from class io.openems.common.jsonrpc.base.JsonrpcResponse
from, getId
-
Methods inherited from class io.openems.common.jsonrpc.base.JsonrpcMessage
toString
-
-
-
-
Constructor Detail
-
Response
public Response(java.util.UUID id, AppAssistant appAssistant)
-
-
Method Detail
-
getResult
public com.google.gson.JsonObject getResult()
Description copied from class:JsonrpcResponseSuccess
Gets the result of thisJsonrpcResponseSuccess
.- Specified by:
getResult
in classJsonrpcResponseSuccess
- Returns:
- a JsonObject with the 'result' property of the response
-
-