Class EventAnalyticsUtil.TimeFramePeriod
- java.lang.Object
-
- lumis.service.analytics.eventanalytics.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: 25732 $ $Date: 2023-06-12 10:03:50 -0300 (Mon, 12 Jun 2023) $
- 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.
-