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