public static class LookupRecoveryCodesResponse.RecoveryCodes 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="recoveryCodeId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="recoveryCodeMasked" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="userId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="applicationId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="activationId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="status" type="{http://getlime.io/security/powerauth/v3}RecoveryCodeStatus"/>
<element name="puks" maxOccurs="unbounded" minOccurs="0">
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
LookupRecoveryCodesResponse.RecoveryCodes.Puks
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
activationId |
protected String |
applicationId |
protected List<LookupRecoveryCodesResponse.RecoveryCodes.Puks> |
puks |
protected long |
recoveryCodeId |
protected String |
recoveryCodeMasked |
protected RecoveryCodeStatus |
status |
protected String |
userId |
| Constructor and Description |
|---|
RecoveryCodes() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivationId()
Gets the value of the activationId property.
|
String |
getApplicationId()
Gets the value of the applicationId property.
|
List<LookupRecoveryCodesResponse.RecoveryCodes.Puks> |
getPuks()
Gets the value of the puks property.
|
long |
getRecoveryCodeId()
Gets the value of the recoveryCodeId property.
|
String |
getRecoveryCodeMasked()
Gets the value of the recoveryCodeMasked property.
|
RecoveryCodeStatus |
getStatus()
Gets the value of the status property.
|
String |
getUserId()
Gets the value of the userId property.
|
void |
setActivationId(String value)
Sets the value of the activationId property.
|
void |
setApplicationId(String value)
Sets the value of the applicationId property.
|
void |
setRecoveryCodeId(long value)
Sets the value of the recoveryCodeId property.
|
void |
setRecoveryCodeMasked(String value)
Sets the value of the recoveryCodeMasked property.
|
void |
setStatus(RecoveryCodeStatus value)
Sets the value of the status property.
|
void |
setUserId(String value)
Sets the value of the userId property.
|
protected long recoveryCodeId
protected String recoveryCodeMasked
protected String userId
protected String applicationId
protected String activationId
protected RecoveryCodeStatus status
protected List<LookupRecoveryCodesResponse.RecoveryCodes.Puks> puks
public long getRecoveryCodeId()
public void setRecoveryCodeId(long value)
public String getRecoveryCodeMasked()
Stringpublic void setRecoveryCodeMasked(String value)
value - allowed object is
Stringpublic String getUserId()
Stringpublic void setUserId(String value)
value - allowed object is
Stringpublic String getApplicationId()
Stringpublic void setApplicationId(String value)
value - allowed object is
Stringpublic String getActivationId()
Stringpublic void setActivationId(String value)
value - allowed object is
Stringpublic RecoveryCodeStatus getStatus()
RecoveryCodeStatuspublic void setStatus(RecoveryCodeStatus value)
value - allowed object is
RecoveryCodeStatuspublic List<LookupRecoveryCodesResponse.RecoveryCodes.Puks> getPuks()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the puks property.
For example, to add a new item, do as follows:
getPuks().add(newItem);
Objects of the following type(s) are allowed in the list
LookupRecoveryCodesResponse.RecoveryCodes.Puks
Copyright © 2017–2020 Wultra s.r.o.. All rights reserved.