Class ConfirmRecoveryResponsePayload
java.lang.Object
io.getlime.security.powerauth.rest.api.model.response.v3.ConfirmRecoveryResponsePayload
public class ConfirmRecoveryResponsePayload
extends java.lang.Object
Response object for confirm recovery code ECIES payload.
- Author:
- Roman Strobl, roman.strobl@wultra.com
-
Constructor Summary
Constructors Constructor Description ConfirmRecoveryResponsePayload() -
Method Summary
Modifier and Type Method Description booleangetAlreadyConfirmed()Get whether recovery code was already confirmed.voidsetAlreadyConfirmed(boolean alreadyConfirmed)Set whether recovery code was already confirmed.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ConfirmRecoveryResponsePayload
public ConfirmRecoveryResponsePayload()
-
-
Method Details
-
getAlreadyConfirmed
public boolean getAlreadyConfirmed()Get whether recovery code was already confirmed.- Returns:
- Whether recovery code was already confirmed.
-
setAlreadyConfirmed
public void setAlreadyConfirmed(boolean alreadyConfirmed)Set whether recovery code was already confirmed.- Parameters:
alreadyConfirmed- Whether recovery code was already confirmed.
-