Class 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 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()
      • getProgressionFactor

        public double getProgressionFactor()