public class Zone extends AbstractModel
properties| Constructor and Description |
|---|
Zone() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getChannelName() |
ExpObservable<java.util.List<Zone>> |
getCurrentZones() |
ExpObservable<SearchResults<Device>> |
getDevices() |
java.lang.String |
getKey() |
Location |
getLocation() |
java.lang.String |
getName() |
ExpObservable<SearchResults<Thing>> |
getThings() |
ExpObservable<Location> |
refresh() |
ExpObservable<Location> |
save() |
void |
setLocation(Location location) |
get, getBoolean, getChannel, getChannel, getDocument, getInteger, getString, getUuid, setProperties, setProperty, toStringpublic 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()
public ExpObservable<Location> save()
save in interface IExpModelsave in class AbstractModelpublic ExpObservable<Location> refresh()
refresh in interface IExpModelrefresh in class AbstractModelprotected java.lang.String getChannelName()
getChannelName in class AbstractModel