public class RecoveryCodeActivationRequest 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="recoveryCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="puk" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="applicationKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="maxFailureCount" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="ephemeralPublicKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="encryptedData" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="mac" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="nonce" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="activationOtp" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
activationOtp |
protected String |
applicationKey |
protected String |
encryptedData |
protected String |
ephemeralPublicKey |
protected String |
mac |
protected Long |
maxFailureCount |
protected String |
nonce |
protected String |
puk |
protected String |
recoveryCode |
| Constructor and Description |
|---|
RecoveryCodeActivationRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivationOtp()
Gets the value of the activationOtp property.
|
String |
getApplicationKey()
Gets the value of the applicationKey property.
|
String |
getEncryptedData()
Gets the value of the encryptedData property.
|
String |
getEphemeralPublicKey()
Gets the value of the ephemeralPublicKey property.
|
String |
getMac()
Gets the value of the mac property.
|
Long |
getMaxFailureCount()
Gets the value of the maxFailureCount property.
|
String |
getNonce()
Gets the value of the nonce property.
|
String |
getPuk()
Gets the value of the puk property.
|
String |
getRecoveryCode()
Gets the value of the recoveryCode property.
|
void |
setActivationOtp(String value)
Sets the value of the activationOtp property.
|
void |
setApplicationKey(String value)
Sets the value of the applicationKey property.
|
void |
setEncryptedData(String value)
Sets the value of the encryptedData property.
|
void |
setEphemeralPublicKey(String value)
Sets the value of the ephemeralPublicKey property.
|
void |
setMac(String value)
Sets the value of the mac property.
|
void |
setMaxFailureCount(Long value)
Sets the value of the maxFailureCount property.
|
void |
setNonce(String value)
Sets the value of the nonce property.
|
void |
setPuk(String value)
Sets the value of the puk property.
|
void |
setRecoveryCode(String value)
Sets the value of the recoveryCode property.
|
protected String recoveryCode
protected String puk
protected String applicationKey
protected Long maxFailureCount
protected String ephemeralPublicKey
protected String encryptedData
protected String mac
protected String nonce
protected String activationOtp
public String getRecoveryCode()
Stringpublic void setRecoveryCode(String value)
value - allowed object is
Stringpublic String getPuk()
Stringpublic void setPuk(String value)
value - allowed object is
Stringpublic String getApplicationKey()
Stringpublic void setApplicationKey(String value)
value - allowed object is
Stringpublic Long getMaxFailureCount()
Longpublic void setMaxFailureCount(Long value)
value - allowed object is
Longpublic String getEphemeralPublicKey()
Stringpublic void setEphemeralPublicKey(String value)
value - allowed object is
Stringpublic String getEncryptedData()
Stringpublic void setEncryptedData(String value)
value - allowed object is
Stringpublic String getMac()
Stringpublic void setMac(String value)
value - allowed object is
Stringpublic String getNonce()
Stringpublic void setNonce(String value)
value - allowed object is
Stringpublic String getActivationOtp()
StringCopyright © 2017–2020 Wultra s.r.o.. All rights reserved.