-
public final class Action.CreateTimerAction extends Action
region Timer related
-
-
Field Summary
Fields Modifier and Type Field Description private final Integerpriorityprivate final Stringidprivate Longoffsetprivate LongabsoluteTimeprivate final Stringnameprivate final ScreenTimerFormatformatprivate final ScreenTimerDirectiondirectionprivate final LongstartValueprivate final LongcapValue
-
Constructor Summary
Constructors Constructor Description Action.CreateTimerAction(String id, Long offset, Long absoluteTime, String name, ScreenTimerFormat format, ScreenTimerDirection direction, Long startValue, Long capValue)
-
Method Summary
Modifier and Type Method Description IntegergetPriority()StringgetId()region Abstract fields LonggetOffset()UnitsetOffset(Long offset)LonggetAbsoluteTime()UnitsetAbsoluteTime(Long absoluteTime)final StringgetName()final ScreenTimerFormatgetFormat()final ScreenTimerDirectiongetDirection()final LonggetStartValue()final LonggetCapValue()Action.CreateTimerActionupdateOffset(Long newOffset)region Abstract functions -
-
Constructor Detail
-
Action.CreateTimerAction
Action.CreateTimerAction(String id, Long offset, Long absoluteTime, String name, ScreenTimerFormat format, ScreenTimerDirection direction, Long startValue, Long capValue)
-
-
Method Detail
-
getPriority
Integer getPriority()
-
getAbsoluteTime
Long getAbsoluteTime()
-
setAbsoluteTime
Unit setAbsoluteTime(Long absoluteTime)
-
getFormat
final ScreenTimerFormat getFormat()
-
getDirection
final ScreenTimerDirection getDirection()
-
getStartValue
final Long getStartValue()
-
getCapValue
final Long getCapValue()
-
updateOffset
Action.CreateTimerAction updateOffset(Long newOffset)
region Abstract functions
-
-
-
-