Package io.openems.common.types
Interface EdgeConfig.Component.Channel.ChannelDetail
-
- All Known Implementing Classes:
EdgeConfig.Component.Channel.ChannelDetailEnum
,EdgeConfig.Component.Channel.ChannelDetailOpenemsType
,EdgeConfig.Component.Channel.ChannelDetailState
- Enclosing class:
- EdgeConfig.Component.Channel
public static interface EdgeConfig.Component.Channel.ChannelDetail
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChannelCategory
getCategory()
Gets theChannelCategory
of the Channel.com.google.gson.JsonObject
toJson()
Gets theEdgeConfig.Component.Channel.ChannelDetail
asJsonObject
.
-
-
-
Method Detail
-
getCategory
ChannelCategory getCategory()
Gets theChannelCategory
of the Channel.- Returns:
- the
ChannelCategory
-
toJson
com.google.gson.JsonObject toJson()
Gets theEdgeConfig.Component.Channel.ChannelDetail
asJsonObject
.- Returns:
- the
JsonObject
-
-