public class Device extends AbstractModel
properties| Constructor and Description |
|---|
Device() |
| Modifier and Type | Method and Description |
|---|---|
static ExpObservable<Device> |
getCurrentDevice() |
ExpObservable<Experience> |
getExperience() |
ExpObservable<Location> |
getLocation() |
java.util.List<Zone> |
getZones() |
ExpObservable<Device> |
refresh() |
ExpObservable<Device> |
save() |
void |
setExperience(Experience experience) |
void |
setLocation(Location location) |
void |
setZones(java.util.List<Zone> zones) |
get, getBoolean, getChannel, getChannel, getChannelName, getDocument, getInteger, getString, getUuid, setProperties, setProperty, toStringpublic void setZones(java.util.List<Zone> zones)
public java.util.List<Zone> getZones()
public ExpObservable<Location> getLocation()
public void setLocation(Location location)
public ExpObservable<Experience> getExperience()
public void setExperience(Experience experience)
public static ExpObservable<Device> getCurrentDevice()
public ExpObservable<Device> save()
save in interface IExpModelsave in class AbstractModelpublic ExpObservable<Device> refresh()
refresh in interface IExpModelrefresh in class AbstractModel