Class DeviceInterfaceIndexDao.DeviceInterfaceIndexItem
java.lang.Object
ru.bitel.oss.systems.inventory.resource.server.bean.DeviceInterfaceIndexDao.DeviceInterfaceIndexItem
- Enclosing class:
- DeviceInterfaceIndexDao
public static class DeviceInterfaceIndexDao.DeviceInterfaceIndexItem
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description int
index
long
millisFrom
long
millisTo
-
Constructor Summary
Constructors Constructor Description DeviceInterfaceIndexItem(int index, long millisFrom, long millisTo)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
index
public final int index -
millisFrom
public final long millisFrom -
millisTo
public final long millisTo
-
-
Constructor Details
-
DeviceInterfaceIndexItem
public DeviceInterfaceIndexItem(int index, long millisFrom, long millisTo)
-