public class GetActivationStatusResponse 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="activationStatus" type="{http://getlime.io/security/powerauth/v3}ActivationStatus"/>
<element name="activationOtpValidation" type="{http://getlime.io/security/powerauth/v3}ActivationOtpValidation"/>
<element name="blockedReason" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="activationName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="userId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="extras" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="platform" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="deviceInfo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="applicationId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="timestampCreated" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="timestampLastUsed" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="timestampLastChange" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="encryptedStatusBlob" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="encryptedStatusBlobNonce" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="activationCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="activationSignature" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="devicePublicKeyFingerprint" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
activationCode |
protected String |
activationId |
protected String |
activationName |
protected ActivationOtpValidation |
activationOtpValidation |
protected String |
activationSignature |
protected ActivationStatus |
activationStatus |
protected long |
applicationId |
protected String |
blockedReason |
protected String |
deviceInfo |
protected String |
devicePublicKeyFingerprint |
protected String |
encryptedStatusBlob |
protected String |
encryptedStatusBlobNonce |
protected String |
extras |
protected String |
platform |
protected XMLGregorianCalendar |
timestampCreated |
protected XMLGregorianCalendar |
timestampLastChange |
protected XMLGregorianCalendar |
timestampLastUsed |
protected String |
userId |
protected long |
version |
| Constructor and Description |
|---|
GetActivationStatusResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivationCode()
Gets the value of the activationCode property.
|
String |
getActivationId()
Gets the value of the activationId property.
|
String |
getActivationName()
Gets the value of the activationName property.
|
ActivationOtpValidation |
getActivationOtpValidation()
Gets the value of the activationOtpValidation property.
|
String |
getActivationSignature()
Gets the value of the activationSignature 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.
|
String |
getDeviceInfo()
Gets the value of the deviceInfo property.
|
String |
getDevicePublicKeyFingerprint()
Gets the value of the devicePublicKeyFingerprint property.
|
String |
getEncryptedStatusBlob()
Gets the value of the encryptedStatusBlob property.
|
String |
getEncryptedStatusBlobNonce()
Gets the value of the encryptedStatusBlobNonce property.
|
String |
getExtras()
Gets the value of the extras property.
|
String |
getPlatform()
Gets the value of the platform property.
|
XMLGregorianCalendar |
getTimestampCreated()
Gets the value of the timestampCreated property.
|
XMLGregorianCalendar |
getTimestampLastChange()
Gets the value of the timestampLastChange property.
|
XMLGregorianCalendar |
getTimestampLastUsed()
Gets the value of the timestampLastUsed property.
|
String |
getUserId()
Gets the value of the userId property.
|
long |
getVersion()
Gets the value of the version property.
|
void |
setActivationCode(String value)
Sets the value of the activationCode property.
|
void |
setActivationId(String value)
Sets the value of the activationId property.
|
void |
setActivationName(String value)
Sets the value of the activationName property.
|
void |
setActivationOtpValidation(ActivationOtpValidation value)
Sets the value of the activationOtpValidation property.
|
void |
setActivationSignature(String value)
Sets the value of the activationSignature 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 |
setDeviceInfo(String value)
Sets the value of the deviceInfo property.
|
void |
setDevicePublicKeyFingerprint(String value)
Sets the value of the devicePublicKeyFingerprint property.
|
void |
setEncryptedStatusBlob(String value)
Sets the value of the encryptedStatusBlob property.
|
void |
setEncryptedStatusBlobNonce(String value)
Sets the value of the encryptedStatusBlobNonce property.
|
void |
setExtras(String value)
Sets the value of the extras property.
|
void |
setPlatform(String value)
Sets the value of the platform property.
|
void |
setTimestampCreated(XMLGregorianCalendar value)
Sets the value of the timestampCreated property.
|
void |
setTimestampLastChange(XMLGregorianCalendar value)
Sets the value of the timestampLastChange property.
|
void |
setTimestampLastUsed(XMLGregorianCalendar value)
Sets the value of the timestampLastUsed property.
|
void |
setUserId(String value)
Sets the value of the userId property.
|
void |
setVersion(long value)
Sets the value of the version property.
|
protected String activationId
protected ActivationStatus activationStatus
protected ActivationOtpValidation activationOtpValidation
protected String blockedReason
protected String activationName
protected String userId
protected String extras
protected String platform
protected String deviceInfo
protected long applicationId
protected XMLGregorianCalendar timestampCreated
protected XMLGregorianCalendar timestampLastUsed
protected XMLGregorianCalendar timestampLastChange
protected String encryptedStatusBlob
protected String encryptedStatusBlobNonce
protected String activationCode
protected String activationSignature
protected String devicePublicKeyFingerprint
protected long version
public String getActivationId()
Stringpublic void setActivationId(String value)
value - allowed object is
Stringpublic ActivationStatus getActivationStatus()
ActivationStatuspublic void setActivationStatus(ActivationStatus value)
value - allowed object is
ActivationStatuspublic ActivationOtpValidation getActivationOtpValidation()
ActivationOtpValidationpublic void setActivationOtpValidation(ActivationOtpValidation value)
value - allowed object is
ActivationOtpValidationpublic String getBlockedReason()
Stringpublic void setBlockedReason(String value)
value - allowed object is
Stringpublic String getActivationName()
Stringpublic void setActivationName(String value)
value - allowed object is
Stringpublic String getUserId()
Stringpublic void setUserId(String value)
value - allowed object is
Stringpublic String getExtras()
Stringpublic void setExtras(String value)
value - allowed object is
Stringpublic String getPlatform()
Stringpublic void setPlatform(String value)
value - allowed object is
Stringpublic String getDeviceInfo()
Stringpublic void setDeviceInfo(String value)
value - allowed object is
Stringpublic long getApplicationId()
public void setApplicationId(long value)
public XMLGregorianCalendar getTimestampCreated()
XMLGregorianCalendarpublic void setTimestampCreated(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getTimestampLastUsed()
XMLGregorianCalendarpublic void setTimestampLastUsed(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getTimestampLastChange()
XMLGregorianCalendarpublic void setTimestampLastChange(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getEncryptedStatusBlob()
Stringpublic void setEncryptedStatusBlob(String value)
value - allowed object is
Stringpublic String getEncryptedStatusBlobNonce()
Stringpublic void setEncryptedStatusBlobNonce(String value)
value - allowed object is
Stringpublic String getActivationCode()
Stringpublic void setActivationCode(String value)
value - allowed object is
Stringpublic String getActivationSignature()
Stringpublic void setActivationSignature(String value)
value - allowed object is
Stringpublic String getDevicePublicKeyFingerprint()
Stringpublic void setDevicePublicKeyFingerprint(String value)
value - allowed object is
Stringpublic long getVersion()
public void setVersion(long value)
Copyright © 2017–2020 Wultra s.r.o.. All rights reserved.