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

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

public class BidLandscapeLandscapePoint
extends Object
implements Serializable

A set of estimates for a criterion's performance for a specific bid amount.

See Also:
Serialized Form

Constructor Summary
BidLandscapeLandscapePoint()
           
BidLandscapeLandscapePoint(Money bid, Long clicks, Money cost, Money marginalCpc, Long impressions)
           
 
Method Summary
 boolean equals(Object obj)
           
 Money getBid()
          Gets the bid value for this BidLandscapeLandscapePoint.
 Long getClicks()
          Gets the clicks value for this BidLandscapeLandscapePoint.
 Money getCost()
          Gets the cost value for this BidLandscapeLandscapePoint.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Long getImpressions()
          Gets the impressions value for this BidLandscapeLandscapePoint.
 Money getMarginalCpc()
          Gets the marginalCpc value for this BidLandscapeLandscapePoint.
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 setBid(Money bid)
          Sets the bid value for this BidLandscapeLandscapePoint.
 void setClicks(Long clicks)
          Sets the clicks value for this BidLandscapeLandscapePoint.
 void setCost(Money cost)
          Sets the cost value for this BidLandscapeLandscapePoint.
 void setImpressions(Long impressions)
          Sets the impressions value for this BidLandscapeLandscapePoint.
 void setMarginalCpc(Money marginalCpc)
          Sets the marginalCpc value for this BidLandscapeLandscapePoint.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BidLandscapeLandscapePoint

public BidLandscapeLandscapePoint()

BidLandscapeLandscapePoint

public BidLandscapeLandscapePoint(Money bid,
                                  Long clicks,
                                  Money cost,
                                  Money marginalCpc,
                                  Long impressions)
Method Detail

getBid

public Money getBid()
Gets the bid value for this BidLandscapeLandscapePoint.

Returns:
bid * The bid amount used to estimate this landscape point's data. This field can be selected using the value "Bid".This field can be filtered on. This field is required and should not be null.

setBid

public void setBid(Money bid)
Sets the bid value for this BidLandscapeLandscapePoint.

Parameters:
bid - * The bid amount used to estimate this landscape point's data. This field can be selected using the value "Bid".This field can be filtered on. This field is required and should not be null.

getClicks

public Long getClicks()
Gets the clicks value for this BidLandscapeLandscapePoint.

Returns:
clicks * Estimated number of clicks at this bid. This field can be selected using the value "LocalClicks".This field can be filtered on.

setClicks

public void setClicks(Long clicks)
Sets the clicks value for this BidLandscapeLandscapePoint.

Parameters:
clicks - * Estimated number of clicks at this bid. This field can be selected using the value "LocalClicks".This field can be filtered on.

getCost

public Money getCost()
Gets the cost value for this BidLandscapeLandscapePoint.

Returns:
cost * Estimated cost at this bid. This field can be selected using the value "LocalCost".This field can be filtered on.

setCost

public void setCost(Money cost)
Sets the cost value for this BidLandscapeLandscapePoint.

Parameters:
cost - * Estimated cost at this bid. This field can be selected using the value "LocalCost".This field can be filtered on.

getMarginalCpc

public Money getMarginalCpc()
Gets the marginalCpc value for this BidLandscapeLandscapePoint.

Returns:
marginalCpc * Estimated marginal cost per click. This field can be selected using the value "MarginalCpc".This field can be filtered on.

setMarginalCpc

public void setMarginalCpc(Money marginalCpc)
Sets the marginalCpc value for this BidLandscapeLandscapePoint.

Parameters:
marginalCpc - * Estimated marginal cost per click. This field can be selected using the value "MarginalCpc".This field can be filtered on.

getImpressions

public Long getImpressions()
Gets the impressions value for this BidLandscapeLandscapePoint.

Returns:
impressions * Estimated number of impressions at this bid. This field can be selected using the value "LocalImpressions".This field can be filtered on.

setImpressions

public void setImpressions(Long impressions)
Sets the impressions value for this BidLandscapeLandscapePoint.

Parameters:
impressions - * Estimated number of impressions at this bid. This field can be selected using the value "LocalImpressions".This field can be filtered on.

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.