public class ValueInformation extends Object implements Serializable
Constructor and Description |
---|
ValueInformation(double quality,
double manualPercentage,
long startTimestamp,
long endTimestamp,
long sourceValues) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
long |
getEndTimestamp() |
double |
getManualPercentage() |
double |
getQuality() |
long |
getSourceValues() |
long |
getStartTimestamp() |
int |
hashCode() |
String |
toString() |
public ValueInformation(double quality, double manualPercentage, long startTimestamp, long endTimestamp, long sourceValues)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.