Class GetStatusStepModel
java.lang.Object
io.getlime.security.powerauth.lib.cmd.steps.model.BaseStepModel
io.getlime.security.powerauth.lib.cmd.steps.model.GetStatusStepModel
public class GetStatusStepModel extends BaseStepModel
Model representing parameters of the step for obtaining activation status.
- Author:
- Petr Dvorak, petr@wultra.com
-
Constructor Summary
Constructors Constructor Description GetStatusStepModel() -
Method Summary
Modifier and Type Method Description voidfromMap(java.util.Map<java.lang.String,java.lang.Object> context)Initialize object with given attribute map.Methods inherited from class io.getlime.security.powerauth.lib.cmd.steps.model.BaseStepModel
getHeaders, getResultStatusObject, getUriString, getVersion, setHeaders, setResultStatusObject, setUriString, setVersion, toMapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
GetStatusStepModel
public GetStatusStepModel()
-
-
Method Details
-
fromMap
public void fromMap(java.util.Map<java.lang.String,java.lang.Object> context)Description copied from class:BaseStepModelInitialize object with given attribute map.- Overrides:
fromMapin classBaseStepModel- Parameters:
context- Context with attributes.
-