
public class MonitorStatus extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List |
inserted
The list of Monitors inserted since the last query.
|
protected List |
removed
The list of Monitors removed since the last query.
|
| Constructor and Description |
|---|
MonitorStatus(List inserted,
List removed)
Create a MonitorStatus instance.
|
| Modifier and Type | Method and Description |
|---|---|
List |
getInserted()
Get the list of Monitors inserted since the last query.
|
List |
getRemoved()
Get the list of Monitors removed since the last query.
|
protected List inserted
protected List removed
public List getInserted()
public List getRemoved()
Copyright © 2017–2018 earcam. All rights reserved.