public class BidMultiplier extends CriterionBid
Java class for BidMultiplier complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BidMultiplier">
<complexContent>
<extension base="{https://bingads.microsoft.com/CampaignManagement/v13}CriterionBid">
<sequence>
<element name="Multiplier" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
multiplier |
type| Constructor and Description |
|---|
BidMultiplier() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getMultiplier()
Gets the value of the multiplier property.
|
void |
setMultiplier(Double value)
Sets the value of the multiplier property.
|
getType, setTypeprotected Double multiplier
Copyright © 2024. All rights reserved.