Class TimeSyncResultMessage.TimeSyncForkResult
- java.lang.Object
-
- de.gebit.integrity.remoting.transport.messages.TimeSyncResultMessage.TimeSyncForkResult
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TimeSyncResultMessage
public static class TimeSyncResultMessage.TimeSyncForkResult extends Object implements Serializable
Encapsulates the "result" of a successful timesync application for a specific fork.- Author:
- Rene Schneider - initial API and implementation
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TimeSyncForkResult()No-arg constructor.TimeSyncForkResult(String aForkName, ZonedDateTime aTestTime, Double aProgressionFactor)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetForkName()doublegetProgressionFactor()ZonedDateTimegetTestTime()
-
-
-
Constructor Detail
-
TimeSyncForkResult
public TimeSyncForkResult(String aForkName, ZonedDateTime aTestTime, Double aProgressionFactor)
Constructor.- Parameters:
aForkName-aTestTime-aProgressionFactor-
-
TimeSyncForkResult
public TimeSyncForkResult()
No-arg constructor.
-
-
Method Detail
-
getForkName
public String getForkName()
-
getTestTime
public ZonedDateTime getTestTime()
-
getProgressionFactor
public double getProgressionFactor()
-
-