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

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

public class Bid
extends Object
implements Serializable

Represents a bid of a certain amount.

See Also:
Serialized Form

Constructor Summary
Bid()
           
Bid(Money amount)
           
 
Method Summary
 boolean equals(Object obj)
           
 Money getAmount()
          Gets the amount value for this Bid.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
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 setAmount(Money amount)
          Sets the amount value for this Bid.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bid

public Bid()

Bid

public Bid(Money amount)
Method Detail

getAmount

public Money getAmount()
Gets the amount value for this Bid.

Returns:
amount * Bid amount.

setAmount

public void setAmount(Money amount)
Sets the amount value for this Bid.

Parameters:
amount - * Bid amount.

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.