Package org.openhab.core.persistence.dto
Class PersistenceServiceDTO
java.lang.Object
org.openhab.core.persistence.dto.PersistenceServiceDTO
This is a java bean that is used to serialize services to JSON.
- Author:
 - Chris Jackson - Initial contribution
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
id
Service Id - 
label
Service label - 
type
Persistence service class 
 - 
 - 
Constructor Details
- 
PersistenceServiceDTO
public PersistenceServiceDTO() 
 -