|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.adwords.v201109.cm.BidMultiplier
public class BidMultiplier
Represents a multiplier to modify a bid. The final value after modification is represented by the multiplied bid value.
| Constructor Summary | |
|---|---|
BidMultiplier()
|
|
BidMultiplier(Double multiplier,
Bid multipliedBid)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Bid |
getMultipliedBid()
Gets the multipliedBid value for this BidMultiplier. |
Double |
getMultiplier()
Gets the multiplier value for this BidMultiplier. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setMultipliedBid(Bid multipliedBid)
Sets the multipliedBid value for this BidMultiplier. |
void |
setMultiplier(Double multiplier)
Sets the multiplier value for this BidMultiplier. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BidMultiplier()
public BidMultiplier(Double multiplier,
Bid multipliedBid)
| Method Detail |
|---|
public Double getMultiplier()
public void setMultiplier(Double multiplier)
multiplier - * A number used in bidding strategies to increase or decrease
a bid by a scale factor.public Bid getMultipliedBid()
public void setMultipliedBid(Bid multipliedBid)
multipliedBid - * The bid after multiplying original bid with the multiplier.
This field is read only and should
not be set. If this field is sent to the API, it will be ignored.public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||