public class MonitorPoolDataUpdate extends Object implements Serializable
Constructor and Description |
---|
MonitorPoolDataUpdate(String monitorPoolId,
List<MonitorStatusInformation> addedOrUpdated,
Set<String> removed,
boolean full) |
Modifier and Type | Method and Description |
---|---|
List<MonitorStatusInformation> |
getAddedOrUpdated() |
String |
getMonitorPoolId() |
Set<String> |
getRemoved() |
boolean |
isFull() |
String |
toString() |
public MonitorPoolDataUpdate(String monitorPoolId, List<MonitorStatusInformation> addedOrUpdated, Set<String> removed, boolean full)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.