public class CoOpSetting extends Setting
Java class for CoOpSetting complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CoOpSetting">
<complexContent>
<extension base="{https://bingads.microsoft.com/CampaignManagement/v13}Setting">
<sequence>
<element name="BidBoostValue" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="BidMaxValue" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="BidOption" type="{https://bingads.microsoft.com/CampaignManagement/v13}BidOption" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
bidBoostValue |
protected Double |
bidMaxValue |
protected BidOption |
bidOption |
| Constructor and Description |
|---|
CoOpSetting() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getBidBoostValue()
Gets the value of the bidBoostValue property.
|
Double |
getBidMaxValue()
Gets the value of the bidMaxValue property.
|
BidOption |
getBidOption()
Gets the value of the bidOption property.
|
void |
setBidBoostValue(Double value)
Sets the value of the bidBoostValue property.
|
void |
setBidMaxValue(Double value)
Sets the value of the bidMaxValue property.
|
void |
setBidOption(BidOption value)
Sets the value of the bidOption property.
|
protected Double bidBoostValue
protected Double bidMaxValue
protected BidOption bidOption
public Double getBidBoostValue()
Doublepublic void setBidBoostValue(Double value)
value - allowed object is
Doublepublic Double getBidMaxValue()
Doublepublic void setBidMaxValue(Double value)
value - allowed object is
Doublepublic BidOption getBidOption()
BidOptionCopyright © 2024. All rights reserved.