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="applicationId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<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="identity" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="activationOtp" type="{http://www.w3.org/2001/XMLSchema}string"/>
<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="activationNonce" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ephemeralPublicKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="encryptedDevicePublicKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="applicationKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="applicationSignature" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
activationName |
protected String |
activationNonce |
protected String |
activationOtp |
protected long |
applicationId |
protected String |
applicationKey |
protected String |
applicationSignature |
protected String |
encryptedDevicePublicKey |
protected String |
ephemeralPublicKey |
protected String |
extras |
protected String |
identity |
protected Long |
maxFailureCount |
protected XMLGregorianCalendar |
timestampActivationExpire |
protected String |
userId |
| Constructor and Description |
|---|
CreateActivationRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivationName()
Gets the value of the activationName property.
|
String |
getActivationNonce()
Gets the value of the activationNonce property.
|
String |
getActivationOtp()
Gets the value of the activationOtp property.
|
long |
getApplicationId()
Gets the value of the applicationId property.
|
String |
getApplicationKey()
Gets the value of the applicationKey property.
|
String |
getApplicationSignature()
Gets the value of the applicationSignature property.
|
String |
getEncryptedDevicePublicKey()
Gets the value of the encryptedDevicePublicKey property.
|
String |
getEphemeralPublicKey()
Gets the value of the ephemeralPublicKey property.
|
String |
getExtras()
Gets the value of the extras property.
|
String |
getIdentity()
Gets the value of the identity 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 |
setActivationName(String value)
Sets the value of the activationName property.
|
void |
setActivationNonce(String value)
Sets the value of the activationNonce property.
|
void |
setActivationOtp(String value)
Sets the value of the activationOtp property.
|
void |
setApplicationId(long value)
Sets the value of the applicationId property.
|
void |
setApplicationKey(String value)
Sets the value of the applicationKey property.
|
void |
setApplicationSignature(String value)
Sets the value of the applicationSignature property.
|
void |
setEncryptedDevicePublicKey(String value)
Sets the value of the encryptedDevicePublicKey property.
|
void |
setEphemeralPublicKey(String value)
Sets the value of the ephemeralPublicKey property.
|
void |
setExtras(String value)
Sets the value of the extras property.
|
void |
setIdentity(String value)
Sets the value of the identity 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 long applicationId
protected XMLGregorianCalendar timestampActivationExpire
protected Long maxFailureCount
protected String identity
protected String activationOtp
protected String activationName
protected String extras
protected String activationNonce
protected String ephemeralPublicKey
protected String encryptedDevicePublicKey
protected String applicationKey
protected String applicationSignature
public String getUserId()
Stringpublic void setUserId(String value)
value - allowed object is
Stringpublic long getApplicationId()
public void setApplicationId(long value)
public 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 getIdentity()
Stringpublic void setIdentity(String value)
value - allowed object is
Stringpublic String getActivationOtp()
Stringpublic void setActivationOtp(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 getActivationNonce()
Stringpublic void setActivationNonce(String value)
value - allowed object is
Stringpublic String getEphemeralPublicKey()
Stringpublic void setEphemeralPublicKey(String value)
value - allowed object is
Stringpublic String getEncryptedDevicePublicKey()
Stringpublic void setEncryptedDevicePublicKey(String value)
value - allowed object is
Stringpublic String getApplicationKey()
Stringpublic void setApplicationKey(String value)
value - allowed object is
Stringpublic String getApplicationSignature()
StringCopyright © 2017–2019 Lime - HighTech Solutions Inc.. All rights reserved.