public class VaultUnlockRequest 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="applicationKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="data" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="signature" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="signatureType" type="{http://getlime.io/security/powerauth}SignatureType"/>
<element name="reason" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
activationId |
protected String |
applicationKey |
protected String |
data |
protected String |
reason |
protected String |
signature |
protected SignatureType |
signatureType |
| Constructor and Description |
|---|
VaultUnlockRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivationId()
Gets the value of the activationId property.
|
String |
getApplicationKey()
Gets the value of the applicationKey property.
|
String |
getData()
Gets the value of the data property.
|
String |
getReason()
Gets the value of the reason property.
|
String |
getSignature()
Gets the value of the signature property.
|
SignatureType |
getSignatureType()
Gets the value of the signatureType property.
|
void |
setActivationId(String value)
Sets the value of the activationId property.
|
void |
setApplicationKey(String value)
Sets the value of the applicationKey property.
|
void |
setData(String value)
Sets the value of the data property.
|
void |
setReason(String value)
Sets the value of the reason property.
|
void |
setSignature(String value)
Sets the value of the signature property.
|
void |
setSignatureType(SignatureType value)
Sets the value of the signatureType property.
|
protected String activationId
protected String applicationKey
protected String data
protected String signature
protected SignatureType signatureType
protected String reason
public String getActivationId()
Stringpublic void setActivationId(String value)
value - allowed object is
Stringpublic String getApplicationKey()
Stringpublic void setApplicationKey(String value)
value - allowed object is
Stringpublic String getData()
Stringpublic void setData(String value)
value - allowed object is
Stringpublic String getSignature()
Stringpublic void setSignature(String value)
value - allowed object is
Stringpublic SignatureType getSignatureType()
SignatureTypepublic void setSignatureType(SignatureType value)
value - allowed object is
SignatureTypepublic String getReason()
StringCopyright © 2017–2019 Lime - HighTech Solutions Inc.. All rights reserved.