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$ $Date$
- 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.
-