Class EnrichedGroupItemDTO
java.lang.Object
org.openhab.core.items.dto.ItemDTO
org.openhab.core.io.rest.core.item.EnrichedItemDTO
org.openhab.core.io.rest.core.item.EnrichedGroupItemDTO
This is an enriched data transfer object that is used to serialize group items.
- Author:
- Dennis Nobel - Initial contribution
-
Field Summary
Modifier and TypeFieldDescriptionFields inherited from class org.openhab.core.io.rest.core.item.EnrichedItemDTO
commandDescription, editable, link, metadata, state, stateDescription, transformedState, unitSymbol
-
Constructor Summary
ConstructorDescriptionEnrichedGroupItemDTO
(ItemDTO itemDTO, EnrichedItemDTO[] members, String link, String state, String transformedState, StateDescription stateDescription, String unitSymbol) -
Method Summary
-
Field Details
-
members
-
groupType
-
function
-
-
Constructor Details
-
EnrichedGroupItemDTO
public EnrichedGroupItemDTO(ItemDTO itemDTO, EnrichedItemDTO[] members, String link, String state, String transformedState, StateDescription stateDescription, String unitSymbol)
-