Package io.getlime.powerauth.soap.v3
Class LookupRecoveryCodesResponse.RecoveryCodes.Puks
- java.lang.Object
-
- io.getlime.powerauth.soap.v3.LookupRecoveryCodesResponse.RecoveryCodes.Puks
-
- Enclosing class:
- LookupRecoveryCodesResponse.RecoveryCodes
public static class LookupRecoveryCodesResponse.RecoveryCodes.Puks extends java.lang.ObjectJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected longpukIndexprotected RecoveryPukStatusstatus
-
Constructor Summary
Constructors Constructor Description Puks()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetPukIndex()Gets the value of the pukIndex property.RecoveryPukStatusgetStatus()Gets the value of the status property.voidsetPukIndex(long value)Sets the value of the pukIndex property.voidsetStatus(RecoveryPukStatus value)Sets the value of the status property.
-
-
-
Field Detail
-
pukIndex
protected long pukIndex
-
status
protected RecoveryPukStatus status
-
-
Method Detail
-
getPukIndex
public long getPukIndex()
Gets the value of the pukIndex property.
-
setPukIndex
public void setPukIndex(long value)
Sets the value of the pukIndex property.
-
getStatus
public RecoveryPukStatus getStatus()
Gets the value of the status property.- Returns:
- possible object is
RecoveryPukStatus
-
setStatus
public void setStatus(RecoveryPukStatus value)
Sets the value of the status property.- Parameters:
value- allowed object isRecoveryPukStatus
-
-