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

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

public class CriterionBidLandscape
extends BidLandscape
implements Serializable

The bid landscape for a criterion. A bid landscape estimates how a a criterion will perform based on different bid amounts.

See Also:
Serialized Form

Constructor Summary
CriterionBidLandscape()
           
CriterionBidLandscape(String dataEntryType, Long campaignId, Long adGroupId, String startDate, String endDate, BidLandscapeLandscapePoint[] landscapePoints, Long criterionId)
           
 
Method Summary
 boolean equals(Object obj)
           
 Long getCriterionId()
          Gets the criterionId value for this CriterionBidLandscape.
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 setCriterionId(Long criterionId)
          Sets the criterionId value for this CriterionBidLandscape.
 
Methods inherited from class com.google.api.ads.adwords.v201109.cm.BidLandscape
getAdGroupId, getCampaignId, getEndDate, getLandscapePoints, getLandscapePoints, getStartDate, setAdGroupId, setCampaignId, setEndDate, setLandscapePoints, setLandscapePoints, setStartDate
 
Methods inherited from class com.google.api.ads.adwords.v201109.cm.DataEntry
getDataEntryType, setDataEntryType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CriterionBidLandscape

public CriterionBidLandscape()

CriterionBidLandscape

public CriterionBidLandscape(String dataEntryType,
                             Long campaignId,
                             Long adGroupId,
                             String startDate,
                             String endDate,
                             BidLandscapeLandscapePoint[] landscapePoints,
                             Long criterionId)
Method Detail

getCriterionId

public Long getCriterionId()
Gets the criterionId value for this CriterionBidLandscape.

Returns:
criterionId * ID of the criterion associated with this landscape. This field can be selected using the value "CriterionId".This field can be filtered on.

setCriterionId

public void setCriterionId(Long criterionId)
Sets the criterionId value for this CriterionBidLandscape.

Parameters:
criterionId - * ID of the criterion associated with this landscape. This field can be selected using the value "CriterionId".This field can be filtered on.

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class BidLandscape

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.