public class AdGroupBidModifier extends Object
Java class for AdGroupBidModifier complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdGroupBidModifier">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="campaignId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="adGroupId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="criterion" type="{https://adwords.google.com/api/adwords/cm/v201809}Criterion" minOccurs="0"/>
<element name="bidModifier" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="baseAdGroupId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="bidModifierSource" type="{https://adwords.google.com/api/adwords/cm/v201809}BidModifierSource" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
adGroupId |
protected Long |
baseAdGroupId |
protected Double |
bidModifier |
protected BidModifierSource |
bidModifierSource |
protected Long |
campaignId |
protected Criterion |
criterion |
| Constructor and Description |
|---|
AdGroupBidModifier() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAdGroupId()
Gets the value of the adGroupId property.
|
Long |
getBaseAdGroupId()
Gets the value of the baseAdGroupId property.
|
Double |
getBidModifier()
Gets the value of the bidModifier property.
|
BidModifierSource |
getBidModifierSource()
Gets the value of the bidModifierSource property.
|
Long |
getCampaignId()
Gets the value of the campaignId property.
|
Criterion |
getCriterion()
Gets the value of the criterion property.
|
void |
setAdGroupId(Long value)
Sets the value of the adGroupId property.
|
void |
setBaseAdGroupId(Long value)
Sets the value of the baseAdGroupId property.
|
void |
setBidModifier(Double value)
Sets the value of the bidModifier property.
|
void |
setBidModifierSource(BidModifierSource value)
Sets the value of the bidModifierSource property.
|
void |
setCampaignId(Long value)
Sets the value of the campaignId property.
|
void |
setCriterion(Criterion value)
Sets the value of the criterion property.
|
protected Long campaignId
protected Long adGroupId
protected Criterion criterion
protected Double bidModifier
protected Long baseAdGroupId
protected BidModifierSource bidModifierSource
public Long getCampaignId()
Longpublic void setCampaignId(Long value)
value - allowed object is
Longpublic Long getAdGroupId()
Longpublic void setAdGroupId(Long value)
value - allowed object is
Longpublic Criterion getCriterion()
Criterionpublic void setCriterion(Criterion value)
value - allowed object is
Criterionpublic Double getBidModifier()
Doublepublic void setBidModifier(Double value)
value - allowed object is
Doublepublic Long getBaseAdGroupId()
Longpublic void setBaseAdGroupId(Long value)
value - allowed object is
Longpublic BidModifierSource getBidModifierSource()
BidModifierSourcepublic void setBidModifierSource(BidModifierSource value)
value - allowed object is
BidModifierSourceCopyright © 2023. All rights reserved.