Package org.openhab.core.automation.dto
Class RuleTemplateDTO
java.lang.Object
org.openhab.core.automation.dto.RuleTemplateDTO
This is a data transfer object that is used to serialize the rule templates.
- Author:
 - Ana Dimova - Initial contribution
 
- 
Field Summary
FieldsModifier and TypeFieldDescription - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
label
 - 
uid
 - 
tags
 - 
description
 - 
visibility
 - 
configDescriptions
 - 
triggers
 - 
conditions
 - 
actions
 
 - 
 - 
Constructor Details
- 
RuleTemplateDTO
public RuleTemplateDTO() 
 -