Package org.opennms.netmgt.rrd.model
Class XRow
- java.lang.Object
-
- org.opennms.netmgt.rrd.model.Row
-
- org.opennms.netmgt.rrd.model.XRow
-
public class XRow extends Row
The Class XRow (XPort Row).- Author:
- Alejandro Galue
-
-
Constructor Summary
Constructors Constructor Description XRow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getTimestamp()
Gets the time stamp.void
setTimestamp(Long timestamp)
Sets the time stamp.
-