public class CampaignAdGroupIds extends Object
Java class for CampaignAdGroupIds complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CampaignAdGroupIds">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ActiveAdGroupsOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="AdGroupIds" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOflong"/>
<element name="CampaignId" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
activeAdGroupsOnly |
protected ArrayOflong |
adGroupIds |
protected long |
campaignId |
| Constructor and Description |
|---|
CampaignAdGroupIds() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getActiveAdGroupsOnly()
Gets the value of the activeAdGroupsOnly property.
|
ArrayOflong |
getAdGroupIds()
Gets the value of the adGroupIds property.
|
long |
getCampaignId()
Gets the value of the campaignId property.
|
void |
setActiveAdGroupsOnly(Boolean value)
Sets the value of the activeAdGroupsOnly property.
|
void |
setAdGroupIds(ArrayOflong value)
Sets the value of the adGroupIds property.
|
void |
setCampaignId(long value)
Sets the value of the campaignId property.
|
protected Boolean activeAdGroupsOnly
protected ArrayOflong adGroupIds
protected long campaignId
public Boolean getActiveAdGroupsOnly()
Booleanpublic void setActiveAdGroupsOnly(Boolean value)
value - allowed object is
Booleanpublic ArrayOflong getAdGroupIds()
ArrayOflongpublic void setAdGroupIds(ArrayOflong value)
value - allowed object is
ArrayOflongpublic long getCampaignId()
public void setCampaignId(long value)
Copyright © 2024. All rights reserved.