public static class GetActivationListForUserResponse.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}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="timestampCreated" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="timestampLastUsed" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<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"/>
</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 |
extras |
protected XMLGregorianCalendar |
timestampCreated |
protected XMLGregorianCalendar |
timestampLastUsed |
protected String |
userId |
| 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 |
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 |
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 |
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 extras
protected XMLGregorianCalendar timestampCreated
protected XMLGregorianCalendar timestampLastUsed
protected String userId
protected long applicationId
protected String applicationName
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 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 getUserId()
Stringpublic void setUserId(String value)
value - allowed object is
Stringpublic long getApplicationId()
public void setApplicationId(long value)
public String getApplicationName()
StringCopyright © 2017–2019 Lime - HighTech Solutions Inc.. All rights reserved.