Class TimeInfo
- java.lang.Object
-
- org.opendaylight.odlparent.bundlestest.lib.TimeInfo
-
public final class TimeInfo extends Object
Value Object for elapsed and remaining time.- Author:
- Michael Vorburger.ch
-
-
Constructor Summary
Constructors Constructor Description TimeInfo(long elapsedTimeInMS, long remainingTimeInMS)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
long
getElapsedTimeInMS()
long
getRemainingTimeInMS()
int
hashCode()
String
toString()
-