public class DiffEntry extends Object implements Serializable
Constructor and Description |
---|
DiffEntry(String factoryId,
String configurationId,
Operation operation,
Map<String,String> oldData,
Map<String,String> addedOrUpdatedData,
Set<String> removedData) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAddedOrUpdatedData() |
String |
getConfigurationId() |
String |
getFactoryId() |
Map<String,String> |
getOldData() |
Operation |
getOperation() |
Set<String> |
getRemovedData() |
String |
toString() |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.