Class TimeSyncResultMessage.TimeSyncForkResult

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    TimeSyncResultMessage

    public static class TimeSyncResultMessage.TimeSyncForkResult
    extends java.lang.Object
    implements java.io.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​(java.lang.String aForkName, java.time.ZonedDateTime aTestTime, java.lang.Double aProgressionFactor)
      Constructor.
    • Constructor Detail

      • TimeSyncForkResult

        public TimeSyncForkResult​(java.lang.String aForkName,
                                  java.time.ZonedDateTime aTestTime,
                                  java.lang.Double aProgressionFactor)
        Constructor.
        Parameters:
        aForkName -
        aTestTime -
        aProgressionFactor -
      • TimeSyncForkResult

        public TimeSyncForkResult()
        No-arg constructor.
    • Method Detail

      • getForkName

        public java.lang.String getForkName()
      • getTestTime

        public java.time.ZonedDateTime getTestTime()
      • getProgressionFactor

        public double getProgressionFactor()