public static class CreateRecoveryCodeResponse.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="pukDerivationIndex" 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 |
pukDerivationIndex |
protected long |
pukIndex |
protected RecoveryPukStatus |
status |
| Constructor and Description |
|---|
Puks() |
| Modifier and Type | Method and Description |
|---|---|
long |
getPukDerivationIndex()
Gets the value of the pukDerivationIndex property.
|
long |
getPukIndex()
Gets the value of the pukIndex property.
|
RecoveryPukStatus |
getStatus()
Gets the value of the status property.
|
void |
setPukDerivationIndex(long value)
Sets the value of the pukDerivationIndex 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 long pukDerivationIndex
protected RecoveryPukStatus status
public long getPukIndex()
public void setPukIndex(long value)
public long getPukDerivationIndex()
public void setPukDerivationIndex(long value)
public RecoveryPukStatus getStatus()
RecoveryPukStatuspublic void setStatus(RecoveryPukStatus value)
value - allowed object is
RecoveryPukStatusCopyright © 2017–2020 Wultra s.r.o.. All rights reserved.