public class GetNotificationsRequest 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="Locale" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="UserId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="TypeIds" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOfint" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
locale |
protected ArrayOfint |
typeIds |
protected Integer |
userId |
| Constructor and Description |
|---|
GetNotificationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocale()
Gets the value of the locale property.
|
ArrayOfint |
getTypeIds()
Gets the value of the typeIds property.
|
Integer |
getUserId()
Gets the value of the userId property.
|
void |
setLocale(String value)
Sets the value of the locale property.
|
void |
setTypeIds(ArrayOfint value)
Sets the value of the typeIds property.
|
void |
setUserId(Integer value)
Sets the value of the userId property.
|
protected String locale
protected Integer userId
protected ArrayOfint typeIds
public String getLocale()
Stringpublic void setLocale(String value)
value - allowed object is
Stringpublic Integer getUserId()
Integerpublic void setUserId(Integer value)
value - allowed object is
Integerpublic ArrayOfint getTypeIds()
ArrayOfintpublic void setTypeIds(ArrayOfint value)
value - allowed object is
ArrayOfintCopyright © 2024. All rights reserved.