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

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.AdGroupBidLandscape
All Implemented Interfaces:
Serializable

public class AdGroupBidLandscape
extends BidLandscape
implements Serializable

Represents data about a bidlandscape for an adgroup.

See Also:
Serialized Form

Constructor Summary
AdGroupBidLandscape()
           
AdGroupBidLandscape(String dataEntryType, Long campaignId, Long adGroupId, String startDate, String endDate, BidLandscapeLandscapePoint[] landscapePoints, AdGroupBidLandscapeType type, Boolean landscapeCurrent)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Boolean getLandscapeCurrent()
          Gets the landscapeCurrent value for this AdGroupBidLandscape.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 AdGroupBidLandscapeType getType()
          Gets the type value for this AdGroupBidLandscape.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setLandscapeCurrent(Boolean landscapeCurrent)
          Sets the landscapeCurrent value for this AdGroupBidLandscape.
 void setType(AdGroupBidLandscapeType type)
          Sets the type value for this AdGroupBidLandscape.
 
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

AdGroupBidLandscape

public AdGroupBidLandscape()

AdGroupBidLandscape

public AdGroupBidLandscape(String dataEntryType,
                           Long campaignId,
                           Long adGroupId,
                           String startDate,
                           String endDate,
                           BidLandscapeLandscapePoint[] landscapePoints,
                           AdGroupBidLandscapeType type,
                           Boolean landscapeCurrent)
Method Detail

getType

public AdGroupBidLandscapeType getType()
Gets the type value for this AdGroupBidLandscape.

Returns:
type * This field can be selected using the value "LandscapeType".This field can be filtered on. This field is required and should not be null.

setType

public void setType(AdGroupBidLandscapeType type)
Sets the type value for this AdGroupBidLandscape.

Parameters:
type - * This field can be selected using the value "LandscapeType".This field can be filtered on. This field is required and should not be null.

getLandscapeCurrent

public Boolean getLandscapeCurrent()
Gets the landscapeCurrent value for this AdGroupBidLandscape.

Returns:
landscapeCurrent * This field can be selected using the value "LandscapeCurrent".This field can be filtered on. This field is required and should not be null.

setLandscapeCurrent

public void setLandscapeCurrent(Boolean landscapeCurrent)
Sets the landscapeCurrent value for this AdGroupBidLandscape.

Parameters:
landscapeCurrent - * This field can be selected using the value "LandscapeCurrent".This field can be filtered on. This field is required and should not be null.

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.