Class EventAnalyticsUtil.TimeFramePeriod

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

    public static class EventAnalyticsUtil.TimeFramePeriod
    extends java.lang.Object
    implements java.io.Serializable
    Represents the timeFramePeriod.
    Since:
    14.2.0
    Version:
    $Revision: 26496 $ $Date: 2024-07-17 14:56:34 -0300 (Wed, 17 Jul 2024) $
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TimeFramePeriod​(int value, java.lang.String unit)
      This class constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getValue()
      Returns the value.
      java.lang.String localizationKey()
      Returns the localizable string key for the unit.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TimeFramePeriod

        public TimeFramePeriod​(int value,
                               java.lang.String unit)
        This class constructor.
        Parameters:
        value - the amount of the period.
        unit - the time unit of the period.
        Since:
        14.2.0
    • Method Detail

      • getValue

        public int getValue()
        Returns the value.
        Returns:
        the value.
        Since:
        14.2.0
      • localizationKey

        public java.lang.String localizationKey()
        Returns the localizable string key for the unit.
        Returns:
        the string key for the unit.
        Since:
        14.2.0