public class PrepareActivationRequest 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="activationIdShort" 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 |
activationIdShort |
protected String |
activationName |
protected String |
activationNonce |
protected String |
applicationKey |
protected String |
applicationSignature |
protected String |
encryptedDevicePublicKey |
protected String |
ephemeralPublicKey |
protected String |
extras |
| Constructor and Description |
|---|
PrepareActivationRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivationIdShort()
Gets the value of the activationIdShort property.
|
String |
getActivationName()
Gets the value of the activationName property.
|
String |
getActivationNonce()
Gets the value of the activationNonce 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.
|
void |
setActivationIdShort(String value)
Sets the value of the activationIdShort property.
|
void |
setActivationName(String value)
Sets the value of the activationName property.
|
void |
setActivationNonce(String value)
Sets the value of the activationNonce 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.
|
protected String activationIdShort
protected String activationName
protected String extras
protected String activationNonce
protected String ephemeralPublicKey
protected String encryptedDevicePublicKey
protected String applicationKey
protected String applicationSignature
public String getActivationIdShort()
Stringpublic void setActivationIdShort(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–2020 Wultra s.r.o.. All rights reserved.