public class GetDataExclusionsByIdsRequest 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="AccountId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="DataExclusionIds" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOflong" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
accountId |
protected ArrayOflong |
dataExclusionIds |
| Constructor and Description |
|---|
GetDataExclusionsByIdsRequest() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAccountId()
Gets the value of the accountId property.
|
ArrayOflong |
getDataExclusionIds()
Gets the value of the dataExclusionIds property.
|
void |
setAccountId(Long value)
Sets the value of the accountId property.
|
void |
setDataExclusionIds(ArrayOflong value)
Sets the value of the dataExclusionIds property.
|
protected Long accountId
protected ArrayOflong dataExclusionIds
public Long getAccountId()
Longpublic void setAccountId(Long value)
value - allowed object is
Longpublic ArrayOflong getDataExclusionIds()
ArrayOflongpublic void setDataExclusionIds(ArrayOflong value)
value - allowed object is
ArrayOflongCopyright © 2024. All rights reserved.