public class AdGroupNegativeSites extends Object
Java class for AdGroupNegativeSites complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdGroupNegativeSites">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AdGroupId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="NegativeSites" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOfstring" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
adGroupId |
protected ArrayOfstring |
negativeSites |
| Constructor and Description |
|---|
AdGroupNegativeSites() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAdGroupId()
Gets the value of the adGroupId property.
|
ArrayOfstring |
getNegativeSites()
Gets the value of the negativeSites property.
|
void |
setAdGroupId(Long value)
Sets the value of the adGroupId property.
|
void |
setNegativeSites(ArrayOfstring value)
Sets the value of the negativeSites property.
|
protected Long adGroupId
protected ArrayOfstring negativeSites
public Long getAdGroupId()
Longpublic void setAdGroupId(Long value)
value - allowed object is
Longpublic ArrayOfstring getNegativeSites()
ArrayOfstringpublic void setNegativeSites(ArrayOfstring value)
value - allowed object is
ArrayOfstringCopyright © 2024. All rights reserved.