public class GetActivationListForUserRequest 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" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
applicationId |
protected String |
userId |
| Constructor and Description |
|---|
GetActivationListForUserRequest() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getApplicationId()
Gets the value of the applicationId property.
|
String |
getUserId()
Gets the value of the userId property.
|
void |
setApplicationId(Long value)
Sets the value of the applicationId property.
|
void |
setUserId(String value)
Sets the value of the userId property.
|
public String getUserId()
Stringpublic void setUserId(String value)
value - allowed object is
Stringpublic Long getApplicationId()
LongCopyright © 2017 Lime - HighTech Solutions Inc.. All rights reserved.