public class CampaignBidModifier extends Object
Java class for CampaignBidModifier complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CampaignBidModifier">
<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="criterion" type="{https://adwords.google.com/api/adwords/cm/v201809}Criterion" minOccurs="0"/>
<element name="campaignName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="advertisingChannelType" type="{https://adwords.google.com/api/adwords/cm/v201809}AdvertisingChannelType" minOccurs="0"/>
<element name="bidModifier" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AdvertisingChannelType |
advertisingChannelType |
protected Double |
bidModifier |
protected Long |
campaignId |
protected String |
campaignName |
protected Criterion |
criterion |
| Constructor and Description |
|---|
CampaignBidModifier() |
| Modifier and Type | Method and Description |
|---|---|
AdvertisingChannelType |
getAdvertisingChannelType()
Gets the value of the advertisingChannelType property.
|
Double |
getBidModifier()
Gets the value of the bidModifier property.
|
Long |
getCampaignId()
Gets the value of the campaignId property.
|
String |
getCampaignName()
Gets the value of the campaignName property.
|
Criterion |
getCriterion()
Gets the value of the criterion property.
|
void |
setAdvertisingChannelType(AdvertisingChannelType value)
Sets the value of the advertisingChannelType property.
|
void |
setBidModifier(Double value)
Sets the value of the bidModifier property.
|
void |
setCampaignId(Long value)
Sets the value of the campaignId property.
|
void |
setCampaignName(String value)
Sets the value of the campaignName property.
|
void |
setCriterion(Criterion value)
Sets the value of the criterion property.
|
protected Long campaignId
protected Criterion criterion
protected String campaignName
protected AdvertisingChannelType advertisingChannelType
protected Double bidModifier
public Long getCampaignId()
Longpublic void setCampaignId(Long value)
value - allowed object is
Longpublic Criterion getCriterion()
Criterionpublic void setCriterion(Criterion value)
value - allowed object is
Criterionpublic String getCampaignName()
Stringpublic void setCampaignName(String value)
value - allowed object is
Stringpublic AdvertisingChannelType getAdvertisingChannelType()
AdvertisingChannelTypepublic void setAdvertisingChannelType(AdvertisingChannelType value)
value - allowed object is
AdvertisingChannelTypepublic Double getBidModifier()
DoubleCopyright © 2023. All rights reserved.