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() |
void |
setExperience(Experience experience) |
void |
setLocation(Location location) |
void |
setZones(java.util.List<Zone> zones) |
get, getBoolean, getInteger, getString, getUuid, setPropertiespublic 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()