public class CreateActivationRequest 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="userId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="timestampActivationExpire" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="maxFailureCount" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="applicationKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ephemeralPublicKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="encryptedData" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="mac" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
applicationKey |
protected String |
encryptedData |
protected String |
ephemeralPublicKey |
protected String |
mac |
protected Long |
maxFailureCount |
protected XMLGregorianCalendar |
timestampActivationExpire |
protected String |
userId |
| Constructor and Description |
|---|
CreateActivationRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationKey()
Gets the value of the applicationKey property.
|
String |
getEncryptedData()
Gets the value of the encryptedData property.
|
String |
getEphemeralPublicKey()
Gets the value of the ephemeralPublicKey property.
|
String |
getMac()
Gets the value of the mac property.
|
Long |
getMaxFailureCount()
Gets the value of the maxFailureCount property.
|
XMLGregorianCalendar |
getTimestampActivationExpire()
Gets the value of the timestampActivationExpire property.
|
String |
getUserId()
Gets the value of the userId property.
|
void |
setApplicationKey(String value)
Sets the value of the applicationKey property.
|
void |
setEncryptedData(String value)
Sets the value of the encryptedData property.
|
void |
setEphemeralPublicKey(String value)
Sets the value of the ephemeralPublicKey property.
|
void |
setMac(String value)
Sets the value of the mac property.
|
void |
setMaxFailureCount(Long value)
Sets the value of the maxFailureCount property.
|
void |
setTimestampActivationExpire(XMLGregorianCalendar value)
Sets the value of the timestampActivationExpire property.
|
void |
setUserId(String value)
Sets the value of the userId property.
|
protected String userId
protected XMLGregorianCalendar timestampActivationExpire
protected Long maxFailureCount
protected String applicationKey
protected String ephemeralPublicKey
protected String encryptedData
protected String mac
public String getUserId()
Stringpublic void setUserId(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getTimestampActivationExpire()
XMLGregorianCalendarpublic void setTimestampActivationExpire(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Long getMaxFailureCount()
Longpublic void setMaxFailureCount(Long value)
value - allowed object is
Longpublic String getApplicationKey()
Stringpublic void setApplicationKey(String value)
value - allowed object is
Stringpublic String getEphemeralPublicKey()
Stringpublic void setEphemeralPublicKey(String value)
value - allowed object is
Stringpublic String getEncryptedData()
Stringpublic void setEncryptedData(String value)
value - allowed object is
Stringpublic String getMac()
StringCopyright © 2017–2020 Wultra s.r.o.. All rights reserved.