Class StartUpgradeStepModel

java.lang.Object
io.getlime.security.powerauth.lib.cmd.steps.model.BaseStepModel
io.getlime.security.powerauth.lib.cmd.steps.model.StartUpgradeStepModel
All Implemented Interfaces:
BaseStepData, EncryptionHeaderData, ResultStatusChangeable

public class StartUpgradeStepModel
extends BaseStepModel
implements ResultStatusChangeable, EncryptionHeaderData
Model representing step for starting upgrade between different PowerAuth protocol versions.
Author:
Roman Strobl, roman.strobl@wultra.com
  • Constructor Details

    • StartUpgradeStepModel

      public StartUpgradeStepModel()
  • Method Details

    • toMap

      public java.util.Map<java.lang.String,​java.lang.Object> toMap()
      Description copied from class: BaseStepModel
      Convert this object to map.
      Specified by:
      toMap in interface BaseStepData
      Overrides:
      toMap in class BaseStepModel
      Returns:
      Map representing this object.
    • fromMap

      public void fromMap​(java.util.Map<java.lang.String,​java.lang.Object> context)
      Description copied from class: BaseStepModel
      Initialize object with given attribute map.
      Specified by:
      fromMap in interface BaseStepData
      Overrides:
      fromMap in class BaseStepModel
      Parameters:
      context - Context with attributes.