public class CampaignGroupPerformanceTarget extends Object
Java class for CampaignGroupPerformanceTarget complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CampaignGroupPerformanceTarget">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="campaignGroupId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="performanceTarget" type="{https://adwords.google.com/api/adwords/cm/v201809}PerformanceTarget" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
campaignGroupId |
protected Long |
id |
protected PerformanceTarget |
performanceTarget |
| Constructor and Description |
|---|
CampaignGroupPerformanceTarget() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCampaignGroupId()
Gets the value of the campaignGroupId property.
|
Long |
getId()
Gets the value of the id property.
|
PerformanceTarget |
getPerformanceTarget()
Gets the value of the performanceTarget property.
|
void |
setCampaignGroupId(Long value)
Sets the value of the campaignGroupId property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setPerformanceTarget(PerformanceTarget value)
Sets the value of the performanceTarget property.
|
protected Long id
protected Long campaignGroupId
protected PerformanceTarget performanceTarget
public void setId(Long value)
value - allowed object is
Longpublic Long getCampaignGroupId()
Longpublic void setCampaignGroupId(Long value)
value - allowed object is
Longpublic PerformanceTarget getPerformanceTarget()
PerformanceTargetpublic void setPerformanceTarget(PerformanceTarget value)
value - allowed object is
PerformanceTargetCopyright © 2023. All rights reserved.