public static class LookupRecoveryCodesResponse.RecoveryCodes.Puks 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="pukIndex" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="status" type="{http://getlime.io/security/powerauth/v3}RecoveryPukStatus"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
pukIndex |
protected RecoveryPukStatus |
status |
| Constructor and Description |
|---|
Puks() |
| Modifier and Type | Method and Description |
|---|---|
long |
getPukIndex()
Gets the value of the pukIndex property.
|
RecoveryPukStatus |
getStatus()
Gets the value of the status property.
|
void |
setPukIndex(long value)
Sets the value of the pukIndex property.
|
void |
setStatus(RecoveryPukStatus value)
Sets the value of the status property.
|
protected long pukIndex
protected RecoveryPukStatus status
public long getPukIndex()
public void setPukIndex(long value)
public RecoveryPukStatus getStatus()
RecoveryPukStatuspublic void setStatus(RecoveryPukStatus value)
value - allowed object is
RecoveryPukStatusCopyright © 2017–2020 Wultra s.r.o.. All rights reserved.