public class PDPStatusBlock extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) String |
lastReading |
(package private) int |
unknownSeconds |
(package private) double |
value |
| Constructor and Description |
|---|
PDPStatusBlock(RRDFile file) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLastReading()
Returns the last reading from the data source.
|
int |
getUnknownSeconds()
Returns the number of seconds of the current primary data point is unknown data.
|
double |
getValue()
Returns the current value of the primary data point.
|
String |
toString()
Returns a summary the contents of this PDP status block.
|
final String lastReading
final int unknownSeconds
final double value
PDPStatusBlock(RRDFile file)
public String getLastReading()
public int getUnknownSeconds()
public double getValue()