public class LookupRecoveryCodesRequest extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="activationId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="applicationId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="recoveryCodeStatus" type="{http://getlime.io/security/powerauth/v3}RecoveryCodeStatus" minOccurs="0"/>
<element name="recoveryPukStatus" type="{http://getlime.io/security/powerauth/v3}RecoveryPukStatus" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
activationId |
protected Long |
applicationId |
protected RecoveryCodeStatus |
recoveryCodeStatus |
protected RecoveryPukStatus |
recoveryPukStatus |
protected String |
userId |
| Constructor and Description |
|---|
LookupRecoveryCodesRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivationId()
Gets the value of the activationId property.
|
Long |
getApplicationId()
Gets the value of the applicationId property.
|
RecoveryCodeStatus |
getRecoveryCodeStatus()
Gets the value of the recoveryCodeStatus property.
|
RecoveryPukStatus |
getRecoveryPukStatus()
Gets the value of the recoveryPukStatus property.
|
String |
getUserId()
Gets the value of the userId property.
|
void |
setActivationId(String value)
Sets the value of the activationId property.
|
void |
setApplicationId(Long value)
Sets the value of the applicationId property.
|
void |
setRecoveryCodeStatus(RecoveryCodeStatus value)
Sets the value of the recoveryCodeStatus property.
|
void |
setRecoveryPukStatus(RecoveryPukStatus value)
Sets the value of the recoveryPukStatus property.
|
void |
setUserId(String value)
Sets the value of the userId property.
|
protected String userId
protected String activationId
protected Long applicationId
protected RecoveryCodeStatus recoveryCodeStatus
protected RecoveryPukStatus recoveryPukStatus
public String getUserId()
Stringpublic void setUserId(String value)
value - allowed object is
Stringpublic String getActivationId()
Stringpublic void setActivationId(String value)
value - allowed object is
Stringpublic Long getApplicationId()
Longpublic void setApplicationId(Long value)
value - allowed object is
Longpublic RecoveryCodeStatus getRecoveryCodeStatus()
RecoveryCodeStatuspublic void setRecoveryCodeStatus(RecoveryCodeStatus value)
value - allowed object is
RecoveryCodeStatuspublic RecoveryPukStatus getRecoveryPukStatus()
RecoveryPukStatuspublic void setRecoveryPukStatus(RecoveryPukStatus value)
value - allowed object is
RecoveryPukStatusCopyright © 2017–2020 Wultra s.r.o.. All rights reserved.