public class GetAdExtensionIdsByAccountIdResponse 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="AdExtensionIds" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOflong" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOflong |
adExtensionIds |
| Constructor and Description |
|---|
GetAdExtensionIdsByAccountIdResponse() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOflong |
getAdExtensionIds()
Gets the value of the adExtensionIds property.
|
void |
setAdExtensionIds(ArrayOflong value)
Sets the value of the adExtensionIds property.
|
protected ArrayOflong adExtensionIds
public GetAdExtensionIdsByAccountIdResponse()
public ArrayOflong getAdExtensionIds()
ArrayOflongpublic void setAdExtensionIds(ArrayOflong value)
value - allowed object is
ArrayOflongCopyright © 2024. All rights reserved.