com.google.api.ads.dfp.v201111
Class BandwidthGroupTargeting

java.lang.Object
  extended by com.google.api.ads.dfp.v201111.BandwidthGroupTargeting
All Implemented Interfaces:
Serializable

public class BandwidthGroupTargeting
extends Object
implements Serializable

Represents bandwidth groups that are being targeted or excluded by the LineItem.

See Also:
Serialized Form

Constructor Summary
BandwidthGroupTargeting()
           
BandwidthGroupTargeting(Boolean isTargeted, Technology[] bandwidthGroups)
           
 
Method Summary
 boolean equals(Object obj)
           
 Technology[] getBandwidthGroups()
          Gets the bandwidthGroups value for this BandwidthGroupTargeting.
 Technology getBandwidthGroups(int i)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Boolean getIsTargeted()
          Gets the isTargeted value for this BandwidthGroupTargeting.
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 setBandwidthGroups(int i, Technology _value)
           
 void setBandwidthGroups(Technology[] bandwidthGroups)
          Sets the bandwidthGroups value for this BandwidthGroupTargeting.
 void setIsTargeted(Boolean isTargeted)
          Sets the isTargeted value for this BandwidthGroupTargeting.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BandwidthGroupTargeting

public BandwidthGroupTargeting()

BandwidthGroupTargeting

public BandwidthGroupTargeting(Boolean isTargeted,
                               Technology[] bandwidthGroups)
Method Detail

getIsTargeted

public Boolean getIsTargeted()
Gets the isTargeted value for this BandwidthGroupTargeting.

Returns:
isTargeted * Indicates whether bandwidth groups should be targeted or excluded. This attribute is optional and defaults to true.

setIsTargeted

public void setIsTargeted(Boolean isTargeted)
Sets the isTargeted value for this BandwidthGroupTargeting.

Parameters:
isTargeted - * Indicates whether bandwidth groups should be targeted or excluded. This attribute is optional and defaults to true.

getBandwidthGroups

public Technology[] getBandwidthGroups()
Gets the bandwidthGroups value for this BandwidthGroupTargeting.

Returns:
bandwidthGroups * The bandwidth groups that are being targeted or excluded by the LineItem.

setBandwidthGroups

public void setBandwidthGroups(Technology[] bandwidthGroups)
Sets the bandwidthGroups value for this BandwidthGroupTargeting.

Parameters:
bandwidthGroups - * The bandwidth groups that are being targeted or excluded by the LineItem.

getBandwidthGroups

public Technology getBandwidthGroups(int i)

setBandwidthGroups

public void setBandwidthGroups(int i,
                               Technology _value)

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.