-
public final class ExtractedTimerRelatedData
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final ScreenTimerFormatformatprivate final ScreenTimerDirectiondirectionprivate final LongstartValueprivate final Longstepprivate final LongcapValueprivate final Longvalue
-
Constructor Summary
Constructors Constructor Description ExtractedTimerRelatedData(String name, ScreenTimerFormat format, ScreenTimerDirection direction, Long startValue, Long step, Long capValue, Long value)
-
Method Summary
Modifier and Type Method Description final StringgetName()final ScreenTimerFormatgetFormat()final ScreenTimerDirectiongetDirection()final LonggetStartValue()final LonggetStep()final LonggetCapValue()final LonggetValue()-
-
Constructor Detail
-
ExtractedTimerRelatedData
ExtractedTimerRelatedData(String name, ScreenTimerFormat format, ScreenTimerDirection direction, Long startValue, Long step, Long capValue, Long value)
-
-
Method Detail
-
getFormat
final ScreenTimerFormat getFormat()
-
getDirection
final ScreenTimerDirection getDirection()
-
getStartValue
final Long getStartValue()
-
getCapValue
final Long getCapValue()
-
-
-
-