Class ExtractedTimerRelatedData
-
- All Implemented Interfaces:
public final class ExtractedTimerRelatedDataExtracted data needed to create a Timer related action. i.e. CreateTimer action.
-
-
Method Summary
Modifier and Type Method Description final StringgetName()final ScreenTimerFormatgetFormat()final ScreenTimerDirectiongetDirection()final LonggetStartValue()final LonggetStep()final LonggetCapValue()final LonggetValue()-
-
Method Detail
-
getFormat
final ScreenTimerFormat getFormat()
-
getDirection
final ScreenTimerDirection getDirection()
-
getStartValue
final Long getStartValue()
-
getCapValue
final Long getCapValue()
-
-
-
-