public class RecoveryCodeActivationResponse 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="activationId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="userId" 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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
activationId |
protected String |
encryptedData |
protected String |
mac |
protected String |
userId |
| Constructor and Description |
|---|
RecoveryCodeActivationResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivationId()
Gets the value of the activationId property.
|
String |
getEncryptedData()
Gets the value of the encryptedData property.
|
String |
getMac()
Gets the value of the mac property.
|
String |
getUserId()
Gets the value of the userId property.
|
void |
setActivationId(String value)
Sets the value of the activationId property.
|
void |
setEncryptedData(String value)
Sets the value of the encryptedData property.
|
void |
setMac(String value)
Sets the value of the mac property.
|
void |
setUserId(String value)
Sets the value of the userId property.
|
protected String activationId
protected String userId
protected String encryptedData
protected String mac
public String getActivationId()
Stringpublic void setActivationId(String value)
value - allowed object is
Stringpublic String getUserId()
Stringpublic void setUserId(String value)
value - allowed object is
Stringpublic String getEncryptedData()
Stringpublic void setEncryptedData(String value)
value - allowed object is
Stringpublic String getMac()
StringCopyright © 2017–2020 Wultra s.r.o.. All rights reserved.