Class PeriodAndDuration

java.lang.Object
org.openremote.model.value.impl.PeriodAndDuration
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ForecastConfigurationWeightedExponentialAverage.ExtendedPeriodAndDuration

public class PeriodAndDuration extends Object implements Serializable
Allows proper ISO8601 duration values which combine Duration and Period
See Also:
  • Field Details

    • period

      protected Period period
    • duration

      protected Duration duration
  • Constructor Details

    • PeriodAndDuration

      protected PeriodAndDuration(@NotNull @NotNull String str)
    • PeriodAndDuration

      public PeriodAndDuration(Period period, Duration duration)
  • Method Details