public class TargetImpressionShareBiddingScheme extends BiddingScheme
Java class for TargetImpressionShareBiddingScheme complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TargetImpressionShareBiddingScheme">
<complexContent>
<extension base="{https://bingads.microsoft.com/CampaignManagement/v13}BiddingScheme">
<sequence>
<element name="MaxCpc" type="{https://bingads.microsoft.com/CampaignManagement/v13}Bid" minOccurs="0"/>
<element name="TargetAdPosition" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TargetImpressionShare" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Bid |
maxCpc |
protected String |
targetAdPosition |
protected Double |
targetImpressionShare |
type| Constructor and Description |
|---|
TargetImpressionShareBiddingScheme() |
| Modifier and Type | Method and Description |
|---|---|
Bid |
getMaxCpc()
Gets the value of the maxCpc property.
|
String |
getTargetAdPosition()
Gets the value of the targetAdPosition property.
|
Double |
getTargetImpressionShare()
Gets the value of the targetImpressionShare property.
|
void |
setMaxCpc(Bid value)
Sets the value of the maxCpc property.
|
void |
setTargetAdPosition(String value)
Sets the value of the targetAdPosition property.
|
void |
setTargetImpressionShare(Double value)
Sets the value of the targetImpressionShare property.
|
getType, setTypeprotected Bid maxCpc
protected String targetAdPosition
protected Double targetImpressionShare
public Bid getMaxCpc()
Bidpublic void setMaxCpc(Bid value)
value - allowed object is
Bidpublic String getTargetAdPosition()
Stringpublic void setTargetAdPosition(String value)
value - allowed object is
Stringpublic Double getTargetImpressionShare()
DoubleCopyright © 2024. All rights reserved.