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="activationStatus" type="{http://getlime.io/security/powerauth}ActivationStatus" minOccurs="0"/>
<element name="dataBase64" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="signatureType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<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="timestampCreated" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
activationCounter |
protected String |
activationId |
protected ActivationStatus |
activationStatus |
protected long |
applicationId |
protected String |
dataBase64 |
protected long |
id |
protected String |
note |
protected String |
signature |
protected String |
signatureType |
protected XMLGregorianCalendar |
timestampCreated |
protected String |
userId |
protected boolean |
valid |
| Constructor and Description |
|---|
Items() |
| Modifier and Type | Method and Description |
|---|---|
long |
getActivationCounter()
Gets the value of the activationCounter property.
|
String |
getActivationId()
Gets the value of the activationId property.
|
ActivationStatus |
getActivationStatus()
Gets the value of the activationStatus 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.
|
String |
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.
|
boolean |
isValid()
Gets the value of the valid property.
|
void |
setActivationCounter(long value)
Sets the value of the activationCounter property.
|
void |
setActivationId(String value)
Sets the value of the activationId property.
|
void |
setActivationStatus(ActivationStatus value)
Sets the value of the activationStatus 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(String 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.
|
protected long id
protected String userId
protected long applicationId
protected String activationId
protected long activationCounter
protected ActivationStatus activationStatus
protected String dataBase64
protected String signatureType
protected String signature
protected String note
protected boolean valid
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 ActivationStatus getActivationStatus()
ActivationStatuspublic void setActivationStatus(ActivationStatus value)
value - allowed object is
ActivationStatuspublic String getDataBase64()
Stringpublic void setDataBase64(String value)
value - allowed object is
Stringpublic String getSignatureType()
Stringpublic void setSignatureType(String value)
value - allowed object is
Stringpublic 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 XMLGregorianCalendar getTimestampCreated()
XMLGregorianCalendarpublic void setTimestampCreated(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2017 Lime - HighTech Solutions Inc.. All rights reserved.