public static class SignatureAuditResponse.Items 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="id" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="userId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="applicationId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="activationId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="activationCounter" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="activationCtrData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="activationStatus" type="{http://getlime.io/security/powerauth/v3}ActivationStatus" minOccurs="0"/>
<element name="additionalInfo" type="{http://getlime.io/security/powerauth/v3}KeyValueMap" minOccurs="0"/>
<element name="dataBase64" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="signatureType" type="{http://getlime.io/security/powerauth/v3}SignatureType"/>
<element name="signature" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="note" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="valid" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="timestampCreated" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
activationCounter |
protected String |
activationCtrData |
protected String |
activationId |
protected ActivationStatus |
activationStatus |
protected KeyValueMap |
additionalInfo |
protected long |
applicationId |
protected String |
dataBase64 |
protected long |
id |
protected String |
note |
protected String |
signature |
protected SignatureType |
signatureType |
protected XMLGregorianCalendar |
timestampCreated |
protected String |
userId |
protected boolean |
valid |
protected long |
version |
| Constructor and Description |
|---|
Items() |
| Modifier and Type | Method and Description |
|---|---|
long |
getActivationCounter()
Gets the value of the activationCounter property.
|
String |
getActivationCtrData()
Gets the value of the activationCtrData property.
|
String |
getActivationId()
Gets the value of the activationId property.
|
ActivationStatus |
getActivationStatus()
Gets the value of the activationStatus property.
|
KeyValueMap |
getAdditionalInfo()
Gets the value of the additionalInfo property.
|
long |
getApplicationId()
Gets the value of the applicationId property.
|
String |
getDataBase64()
Gets the value of the dataBase64 property.
|
long |
getId()
Gets the value of the id property.
|
String |
getNote()
Gets the value of the note property.
|
String |
getSignature()
Gets the value of the signature property.
|
SignatureType |
getSignatureType()
Gets the value of the signatureType property.
|
XMLGregorianCalendar |
getTimestampCreated()
Gets the value of the timestampCreated property.
|
String |
getUserId()
Gets the value of the userId property.
|
long |
getVersion()
Gets the value of the version property.
|
boolean |
isValid()
Gets the value of the valid property.
|
void |
setActivationCounter(long value)
Sets the value of the activationCounter property.
|
void |
setActivationCtrData(String value)
Sets the value of the activationCtrData property.
|
void |
setActivationId(String value)
Sets the value of the activationId property.
|
void |
setActivationStatus(ActivationStatus value)
Sets the value of the activationStatus property.
|
void |
setAdditionalInfo(KeyValueMap value)
Sets the value of the additionalInfo property.
|
void |
setApplicationId(long value)
Sets the value of the applicationId property.
|
void |
setDataBase64(String value)
Sets the value of the dataBase64 property.
|
void |
setId(long value)
Sets the value of the id property.
|
void |
setNote(String value)
Sets the value of the note property.
|
void |
setSignature(String value)
Sets the value of the signature property.
|
void |
setSignatureType(SignatureType value)
Sets the value of the signatureType property.
|
void |
setTimestampCreated(XMLGregorianCalendar value)
Sets the value of the timestampCreated property.
|
void |
setUserId(String value)
Sets the value of the userId property.
|
void |
setValid(boolean value)
Sets the value of the valid property.
|
void |
setVersion(long value)
Sets the value of the version property.
|
protected long id
protected String userId
protected long applicationId
protected String activationId
protected long activationCounter
protected String activationCtrData
protected ActivationStatus activationStatus
protected KeyValueMap additionalInfo
protected String dataBase64
protected SignatureType signatureType
protected String signature
protected String note
protected boolean valid
protected long version
protected XMLGregorianCalendar timestampCreated
public long getId()
public void setId(long value)
public String getUserId()
Stringpublic void setUserId(String value)
value - allowed object is
Stringpublic long getApplicationId()
public void setApplicationId(long value)
public String getActivationId()
Stringpublic void setActivationId(String value)
value - allowed object is
Stringpublic long getActivationCounter()
public void setActivationCounter(long value)
public String getActivationCtrData()
Stringpublic void setActivationCtrData(String value)
value - allowed object is
Stringpublic ActivationStatus getActivationStatus()
ActivationStatuspublic void setActivationStatus(ActivationStatus value)
value - allowed object is
ActivationStatuspublic KeyValueMap getAdditionalInfo()
KeyValueMappublic void setAdditionalInfo(KeyValueMap value)
value - allowed object is
KeyValueMappublic String getDataBase64()
Stringpublic void setDataBase64(String value)
value - allowed object is
Stringpublic SignatureType getSignatureType()
SignatureTypepublic void setSignatureType(SignatureType value)
value - allowed object is
SignatureTypepublic String getSignature()
Stringpublic void setSignature(String value)
value - allowed object is
Stringpublic String getNote()
Stringpublic void setNote(String value)
value - allowed object is
Stringpublic boolean isValid()
public void setValid(boolean value)
public long getVersion()
public void setVersion(long value)
public XMLGregorianCalendar getTimestampCreated()
XMLGregorianCalendarpublic void setTimestampCreated(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2017–2020 Wultra s.r.o.. All rights reserved.