-
public class ThingSmartThingServiceModel
-
-
Field Summary
Fields Modifier and Type Field Description private List<ThingSmartThingProperty>
properties
private List<ThingSmartThingAction>
actions
private List<ThingSmartThingEvent>
events
-
Method Summary
Modifier and Type Method Description List<ThingSmartThingProperty>
getProperties()
void
setProperties(List<ThingSmartThingProperty> properties)
List<ThingSmartThingAction>
getActions()
void
setActions(List<ThingSmartThingAction> actions)
List<ThingSmartThingEvent>
getEvents()
void
setEvents(List<ThingSmartThingEvent> events)
-
-
Method Detail
-
getProperties
List<ThingSmartThingProperty> getProperties()
-
setProperties
void setProperties(List<ThingSmartThingProperty> properties)
-
getActions
List<ThingSmartThingAction> getActions()
-
setActions
void setActions(List<ThingSmartThingAction> actions)
-
getEvents
List<ThingSmartThingEvent> getEvents()
-
setEvents
void setEvents(List<ThingSmartThingEvent> events)
-
-
-
-