com.google.api.ads.adwords.v201109.cm
Class BidMultiplier

java.lang.Object
  extended by com.google.api.ads.adwords.v201109.cm.BidMultiplier
All Implemented Interfaces:
Serializable

public class BidMultiplier
extends Object
implements Serializable

Represents a multiplier to modify a bid. The final value after modification is represented by the multiplied bid value.

See Also:
Serialized Form

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

BidMultiplier

public BidMultiplier()

BidMultiplier

public BidMultiplier(Double multiplier,
                     Bid multipliedBid)
Method Detail

getMultiplier

public Double getMultiplier()
Gets the multiplier value for this BidMultiplier.

Returns:
multiplier * A number used in bidding strategies to increase or decrease a bid by a scale factor.

setMultiplier

public void setMultiplier(Double multiplier)
Sets the multiplier value for this BidMultiplier.

Parameters:
multiplier - * A number used in bidding strategies to increase or decrease a bid by a scale factor.

getMultipliedBid

public Bid getMultipliedBid()
Gets the multipliedBid value for this BidMultiplier.

Returns:
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.

setMultipliedBid

public void setMultipliedBid(Bid multipliedBid)
Sets the multipliedBid value for this BidMultiplier.

Parameters:
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.

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2011. All Rights Reserved.