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}ActivationStatus"/>
<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="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="encryptedStatusBlob" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="activationIdShort" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="activationOTP" 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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
activationId |
protected String |
activationIdShort |
protected String |
activationName |
protected String |
activationOTP |
protected String |
activationSignature |
protected ActivationStatus |
activationStatus |
protected long |
applicationId |
protected String |
blockedReason |
protected String |
devicePublicKeyFingerprint |
protected String |
encryptedStatusBlob |
protected String |
extras |
protected XMLGregorianCalendar |
timestampCreated |
protected XMLGregorianCalendar |
timestampLastUsed |
protected String |
userId |
| Constructor and Description |
|---|
GetActivationStatusResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivationId()
Gets the value of the activationId property.
|
String |
getActivationIdShort()
Gets the value of the activationIdShort property.
|
String |
getActivationName()
Gets the value of the activationName property.
|
String |
getActivationOTP()
Gets the value of the activationOTP 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 |
getDevicePublicKeyFingerprint()
Gets the value of the devicePublicKeyFingerprint property.
|
String |
getEncryptedStatusBlob()
Gets the value of the encryptedStatusBlob property.
|
String |
getExtras()
Gets the value of the extras property.
|
XMLGregorianCalendar |
getTimestampCreated()
Gets the value of the timestampCreated property.
|
XMLGregorianCalendar |
getTimestampLastUsed()
Gets the value of the timestampLastUsed property.
|
String |
getUserId()
Gets the value of the userId property.
|
void |
setActivationId(String value)
Sets the value of the activationId property.
|
void |
setActivationIdShort(String value)
Sets the value of the activationIdShort property.
|
void |
setActivationName(String value)
Sets the value of the activationName property.
|
void |
setActivationOTP(String value)
Sets the value of the activationOTP 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 |
setDevicePublicKeyFingerprint(String value)
Sets the value of the devicePublicKeyFingerprint property.
|
void |
setEncryptedStatusBlob(String value)
Sets the value of the encryptedStatusBlob property.
|
void |
setExtras(String value)
Sets the value of the extras property.
|
void |
setTimestampCreated(XMLGregorianCalendar value)
Sets the value of the timestampCreated property.
|
void |
setTimestampLastUsed(XMLGregorianCalendar value)
Sets the value of the timestampLastUsed property.
|
void |
setUserId(String value)
Sets the value of the userId property.
|
protected String activationId
protected ActivationStatus activationStatus
protected String blockedReason
protected String activationName
protected String userId
protected String extras
protected long applicationId
protected XMLGregorianCalendar timestampCreated
protected XMLGregorianCalendar timestampLastUsed
protected String encryptedStatusBlob
protected String activationIdShort
protected String activationOTP
protected String activationSignature
protected String devicePublicKeyFingerprint
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 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 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 String getEncryptedStatusBlob()
Stringpublic void setEncryptedStatusBlob(String value)
value - allowed object is
Stringpublic String getActivationIdShort()
Stringpublic void setActivationIdShort(String value)
value - allowed object is
Stringpublic String getActivationOTP()
Stringpublic void setActivationOTP(String value)
value - allowed object is
Stringpublic String getActivationSignature()
Stringpublic void setActivationSignature(String value)
value - allowed object is
Stringpublic String getDevicePublicKeyFingerprint()
StringCopyright © 2017–2019 Lime - HighTech Solutions Inc.. All rights reserved.