public class GetFenceAlarmsResponse extends AbstractBceResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
GetFenceAlarmsResponse.AlarmPoint |
static class |
GetFenceAlarmsResponse.Meta |
static class |
GetFenceAlarmsResponse.Point |
metadata| Constructor and Description |
|---|
GetFenceAlarmsResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<GetFenceAlarmsResponse.AlarmPoint> |
getAlarmPointList() |
GetFenceAlarmsResponse.Meta |
getMeta() |
void |
setAlarmPointList(List<GetFenceAlarmsResponse.AlarmPoint> alarmPointList) |
void |
setMeta(GetFenceAlarmsResponse.Meta meta) |
getMetadatapublic GetFenceAlarmsResponse.Meta getMeta()
public void setMeta(GetFenceAlarmsResponse.Meta meta)
public List<GetFenceAlarmsResponse.AlarmPoint> getAlarmPointList()
public void setAlarmPointList(List<GetFenceAlarmsResponse.AlarmPoint> alarmPointList)
Copyright © 2020. All rights reserved.