public static class LookupActivationsResponse.Activations 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="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="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="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="userId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="applicationId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="applicationName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
activationId |
protected String |
activationName |
protected ActivationStatus |
activationStatus |
protected long |
applicationId |
protected String |
applicationName |
protected String |
blockedReason |
protected String |
deviceInfo |
protected String |
extras |
protected String |
platform |
protected XMLGregorianCalendar |
timestampCreated |
protected XMLGregorianCalendar |
timestampLastChange |
protected XMLGregorianCalendar |
timestampLastUsed |
protected String |
userId |
protected long |
version |
| Constructor and Description |
|---|
Activations() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivationId()
Gets the value of the activationId property.
|
String |
getActivationName()
Gets the value of the activationName property.
|
ActivationStatus |
getActivationStatus()
Gets the value of the activationStatus property.
|
long |
getApplicationId()
Gets the value of the applicationId property.
|
String |
getApplicationName()
Gets the value of the applicationName property.
|
String |
getBlockedReason()
Gets the value of the blockedReason property.
|
String |
getDeviceInfo()
Gets the value of the deviceInfo 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 |
setActivationId(String value)
Sets the value of the activationId property.
|
void |
setActivationName(String value)
Sets the value of the activationName property.
|
void |
setActivationStatus(ActivationStatus value)
Sets the value of the activationStatus property.
|
void |
setApplicationId(long value)
Sets the value of the applicationId property.
|
void |
setApplicationName(String value)
Sets the value of the applicationName property.
|
void |
setBlockedReason(String value)
Sets the value of the blockedReason property.
|
void |
setDeviceInfo(String value)
Sets the value of the deviceInfo 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 String blockedReason
protected String activationName
protected String extras
protected String platform
protected String deviceInfo
protected XMLGregorianCalendar timestampCreated
protected XMLGregorianCalendar timestampLastUsed
protected XMLGregorianCalendar timestampLastChange
protected String userId
protected long applicationId
protected String applicationName
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 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 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 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 getUserId()
Stringpublic void setUserId(String value)
value - allowed object is
Stringpublic long getApplicationId()
public void setApplicationId(long value)
public String getApplicationName()
Stringpublic void setApplicationName(String value)
value - allowed object is
Stringpublic long getVersion()
public void setVersion(long value)
Copyright © 2017–2020 Wultra s.r.o.. All rights reserved.