-
- All Implemented Interfaces:
-
com.nimmsta.intent_library.models.actions.IAction
public final class SetLayoutForAction implements IAction
This action set the layout on the scanner for a given time. Previous layout is shown afterwards
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisDeviceActionprivate final Stringname
-
Constructor Summary
Constructors Constructor Description SetLayoutForAction(NIMMSTALayout layout, Integer timeout)
-
Method Summary
Modifier and Type Method Description BooleangetIsDeviceAction()StringgetName()JsonObjectgetDataJson()-
-
Constructor Detail
-
SetLayoutForAction
SetLayoutForAction(NIMMSTALayout layout, Integer timeout)
-
-
Method Detail
-
getIsDeviceAction
Boolean getIsDeviceAction()
-
getDataJson
JsonObject getDataJson()
-
-
-
-