public class PrepareActivationResponse 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"/>
<element name="activationStatus" type="{http://getlime.io/security/powerauth/v3}ActivationStatus"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
activationId |
protected ActivationStatus |
activationStatus |
protected String |
encryptedData |
protected String |
mac |
protected String |
userId |
| Constructor and Description |
|---|
PrepareActivationResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivationId()
Gets the value of the activationId property.
|
ActivationStatus |
getActivationStatus()
Gets the value of the activationStatus 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 |
setActivationStatus(ActivationStatus value)
Sets the value of the activationStatus 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
protected ActivationStatus activationStatus
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()
Stringpublic void setMac(String value)
value - allowed object is
Stringpublic ActivationStatus getActivationStatus()
ActivationStatuspublic void setActivationStatus(ActivationStatus value)
value - allowed object is
ActivationStatusCopyright © 2017–2020 Wultra s.r.o.. All rights reserved.