public class InitActivationResponse 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="activationId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="activationIdShort" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="activationOTP" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="activationSignature" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="userId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="applicationId" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
activationId |
protected String |
activationIdShort |
protected String |
activationOTP |
protected String |
activationSignature |
protected long |
applicationId |
protected String |
userId |
| Constructor and Description |
|---|
InitActivationResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivationId()
Gets the value of the activationId property.
|
String |
getActivationIdShort()
Gets the value of the activationIdShort property.
|
String |
getActivationOTP()
Gets the value of the activationOTP property.
|
String |
getActivationSignature()
Gets the value of the activationSignature property.
|
long |
getApplicationId()
Gets the value of the applicationId property.
|
String |
getUserId()
Gets the value of the userId property.
|
void |
setActivationId(String value)
Sets the value of the activationId property.
|
void |
setActivationIdShort(String value)
Sets the value of the activationIdShort property.
|
void |
setActivationOTP(String value)
Sets the value of the activationOTP property.
|
void |
setActivationSignature(String value)
Sets the value of the activationSignature property.
|
void |
setApplicationId(long value)
Sets the value of the applicationId property.
|
void |
setUserId(String value)
Sets the value of the userId property.
|
protected String activationId
protected String activationIdShort
protected String activationOTP
protected String activationSignature
protected String userId
protected long applicationId
public String getActivationId()
Stringpublic void setActivationId(String value)
value - allowed object is
Stringpublic String getActivationIdShort()
Stringpublic void setActivationIdShort(String value)
value - allowed object is
Stringpublic String getActivationOTP()
Stringpublic void setActivationOTP(String value)
value - allowed object is
Stringpublic String getActivationSignature()
Stringpublic void setActivationSignature(String value)
value - allowed object is
Stringpublic String getUserId()
Stringpublic void setUserId(String value)
value - allowed object is
Stringpublic long getApplicationId()
public void setApplicationId(long value)
Copyright © 2017–2019 Lime - HighTech Solutions Inc.. All rights reserved.