public class Location extends AbstractModel
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LOCATION_UUID |
properties| Constructor and Description |
|---|
Location() |
| Modifier and Type | Method and Description |
|---|---|
ExpObservable<Location> |
getCurrentLocation() |
ExpObservable<SearchResults<Device>> |
getDevices() |
java.lang.String |
getLayoutUrl() |
ExpObservable<SearchResults<Thing>> |
getThings() |
java.util.List<Zone> |
getZones() |
void |
setZones(java.util.List<Zone> zones) |
get, getBoolean, getInteger, getString, getUuid, setPropertiespublic static final java.lang.String LOCATION_UUID
public java.lang.String getLayoutUrl()
public void setZones(java.util.List<Zone> zones)
public java.util.List<Zone> getZones()
public ExpObservable<SearchResults<Device>> getDevices()
public ExpObservable<SearchResults<Thing>> getThings()
public ExpObservable<Location> getCurrentLocation()