public class Zone extends AbstractModel
properties| Constructor and Description |
|---|
Zone() |
| Modifier and Type | Method and Description |
|---|---|
ExpObservable<java.util.List<Zone>> |
getCurrentZones() |
ExpObservable<SearchResults<Device>> |
getDevices() |
java.lang.String |
getKey() |
Location |
getLocation() |
java.lang.String |
getName() |
ExpObservable<SearchResults<Thing>> |
getThings() |
void |
setLocation(Location location) |
get, getBoolean, getInteger, getString, getUuid, setPropertiespublic java.lang.String getKey()
public java.lang.String getName()
public Location getLocation()
public void setLocation(Location location)
public ExpObservable<SearchResults<Device>> getDevices()
public ExpObservable<SearchResults<Thing>> getThings()
public ExpObservable<java.util.List<Zone>> getCurrentZones()