public class RecoveryError
extends io.getlime.core.rest.model.base.entity.Error
| Constructor and Description |
|---|
RecoveryError()
Default constructor.
|
RecoveryError(String code,
String message)
Constructor with error code and message.
|
RecoveryError(String code,
String message,
Integer currentRecoveryPukIndex)
Constructor with error code, message and current recovery PUK index.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCurrentRecoveryPukIndex()
Get current recovery PUK index.
|
void |
setCurrentRecoveryPukIndex(Integer currentRecoveryPukIndex)
Set current recovery PUK index.
|
public RecoveryError()
public RecoveryError(String code, String message)
code - Error code.message - Error message.public Integer getCurrentRecoveryPukIndex()
public void setCurrentRecoveryPukIndex(Integer currentRecoveryPukIndex)
currentRecoveryPukIndex - Current recovery PUK index.Copyright © 2017–2019 Wultra s.r.o.. All rights reserved.