public class VaultUnlockResponse 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="activationStatus" type="{http://getlime.io/security/powerauth/v2}ActivationStatus"/>
<element name="blockedReason" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="remainingAttempts" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="signatureValid" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="encryptedVaultEncryptionKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
activationId |
protected ActivationStatus |
activationStatus |
protected String |
blockedReason |
protected String |
encryptedVaultEncryptionKey |
protected BigInteger |
remainingAttempts |
protected boolean |
signatureValid |
protected String |
userId |
| Constructor and Description |
|---|
VaultUnlockResponse() |
| 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 |
getBlockedReason()
Gets the value of the blockedReason property.
|
String |
getEncryptedVaultEncryptionKey()
Gets the value of the encryptedVaultEncryptionKey property.
|
BigInteger |
getRemainingAttempts()
Gets the value of the remainingAttempts property.
|
String |
getUserId()
Gets the value of the userId property.
|
boolean |
isSignatureValid()
Gets the value of the signatureValid property.
|
void |
setActivationId(String value)
Sets the value of the activationId property.
|
void |
setActivationStatus(ActivationStatus value)
Sets the value of the activationStatus property.
|
void |
setBlockedReason(String value)
Sets the value of the blockedReason property.
|
void |
setEncryptedVaultEncryptionKey(String value)
Sets the value of the encryptedVaultEncryptionKey property.
|
void |
setRemainingAttempts(BigInteger value)
Sets the value of the remainingAttempts property.
|
void |
setSignatureValid(boolean value)
Sets the value of the signatureValid property.
|
void |
setUserId(String value)
Sets the value of the userId property.
|
protected String activationId
protected String userId
protected ActivationStatus activationStatus
protected String blockedReason
protected BigInteger remainingAttempts
protected boolean signatureValid
protected String encryptedVaultEncryptionKey
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 ActivationStatus getActivationStatus()
ActivationStatuspublic void setActivationStatus(ActivationStatus value)
value - allowed object is
ActivationStatuspublic String getBlockedReason()
Stringpublic void setBlockedReason(String value)
value - allowed object is
Stringpublic BigInteger getRemainingAttempts()
BigIntegerpublic void setRemainingAttempts(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSignatureValid()
public void setSignatureValid(boolean value)
public String getEncryptedVaultEncryptionKey()
StringCopyright © 2017–2020 Wultra s.r.o.. All rights reserved.