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() |
ExpObservable<Location> |
refresh() |
ExpObservable<Location> |
save() |
void |
setZones(java.util.List<Zone> zones) |
get, getBoolean, getChannel, getChannel, getChannelName, getDocument, getInteger, getString, getUuid, setProperties, setProperty, toStringpublic 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()
public ExpObservable<Location> save()
save in interface IExpModelsave in class AbstractModelpublic ExpObservable<Location> refresh()
refresh in interface IExpModelrefresh in class AbstractModel