|
||||||||||
| 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.BidLandscapeLandscapePoint
public class BidLandscapeLandscapePoint
A set of estimates for a criterion's performance for a specific bid amount.
| 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 |
|---|
public BidLandscapeLandscapePoint()
public BidLandscapeLandscapePoint(Money bid,
Long clicks,
Money cost,
Money marginalCpc,
Long impressions)
| Method Detail |
|---|
public Money getBid()
null.public void setBid(Money bid)
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.public Long getClicks()
public void setClicks(Long clicks)
clicks - * Estimated number of clicks at this bid.
This field can
be selected using the value "LocalClicks".This field can be filtered on.public Money getCost()
public void setCost(Money cost)
cost - * Estimated cost at this bid.
This field can
be selected using the value "LocalCost".This field can be filtered on.public Money getMarginalCpc()
public void setMarginalCpc(Money marginalCpc)
marginalCpc - * Estimated marginal cost per click.
This field can
be selected using the value "MarginalCpc".This field can be filtered on.public Long getImpressions()
public void setImpressions(Long impressions)
impressions - * Estimated number of impressions at this bid.
This field can
be selected using the value "LocalImpressions".This field can be filtered on.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 | |||||||||