| Package | Description |
|---|---|
| com.google.api.services.homegraph.v1.model |
| Modifier and Type | Method and Description |
|---|---|
ZoneStruct |
ZoneStruct.clone() |
ZoneStruct |
ZoneStruct.set(String fieldName,
Object value) |
ZoneStruct |
ZoneStruct.setLabel(String label)
Name of the zone.
|
ZoneStruct |
ZoneStruct.setZoneId(Long zoneId)
Id of the zone
|
| Modifier and Type | Method and Description |
|---|---|
List<ZoneStruct> |
PersonEvent.getZones()
Zones where events are detected in.
|
List<ZoneStruct> |
MotionEvent.getZones()
Zones where events are detected in.
|
| Modifier and Type | Method and Description |
|---|---|
PersonEvent |
PersonEvent.setZones(List<ZoneStruct> zones)
Zones where events are detected in.
|
MotionEvent |
MotionEvent.setZones(List<ZoneStruct> zones)
Zones where events are detected in.
|
Copyright © 2011–2026 Google. All rights reserved.