public class FeedItemAdGroupTarget extends FeedItemTarget
Java class for FeedItemAdGroupTarget complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FeedItemAdGroupTarget">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}FeedItemTarget">
<sequence>
<element name="adGroupId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="adGroupName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="parentCampaignName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
adGroupId |
protected String |
adGroupName |
protected String |
parentCampaignName |
feedId, feedItemId, feedItemTargetType, status, targetType| Constructor and Description |
|---|
FeedItemAdGroupTarget() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAdGroupId()
Gets the value of the adGroupId property.
|
String |
getAdGroupName()
Gets the value of the adGroupName property.
|
String |
getParentCampaignName()
Gets the value of the parentCampaignName property.
|
void |
setAdGroupId(Long value)
Sets the value of the adGroupId property.
|
void |
setAdGroupName(String value)
Sets the value of the adGroupName property.
|
void |
setParentCampaignName(String value)
Sets the value of the parentCampaignName property.
|
getFeedId, getFeedItemId, getFeedItemTargetType, getStatus, getTargetType, setFeedId, setFeedItemId, setFeedItemTargetType, setStatus, setTargetTypeprotected Long adGroupId
protected String adGroupName
protected String parentCampaignName
public Long getAdGroupId()
Longpublic void setAdGroupId(Long value)
value - allowed object is
Longpublic String getAdGroupName()
Stringpublic void setAdGroupName(String value)
value - allowed object is
Stringpublic String getParentCampaignName()
StringCopyright © 2023. All rights reserved.