com.google.api.ads.dfp.axis.v201201
Class MobileCarrierTargeting

java.lang.Object
  extended by com.google.api.ads.dfp.axis.v201201.MobileCarrierTargeting
All Implemented Interfaces:
Serializable

public class MobileCarrierTargeting
extends Object
implements Serializable

Represents mobile carriers that are being targeted or excluded by the LineItem.

See Also:
Serialized Form

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

Constructor Detail

MobileCarrierTargeting

public MobileCarrierTargeting()

MobileCarrierTargeting

public MobileCarrierTargeting(Boolean isTargeted,
                              Technology[] mobileCarriers)
Method Detail

getIsTargeted

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

Returns:
isTargeted * Indicates whether mobile carriers 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 MobileCarrierTargeting.

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

getMobileCarriers

public Technology[] getMobileCarriers()
Gets the mobileCarriers value for this MobileCarrierTargeting.

Returns:
mobileCarriers * Mobile carriers that are being targeted or excluded by the LineItem.

setMobileCarriers

public void setMobileCarriers(Technology[] mobileCarriers)
Sets the mobileCarriers value for this MobileCarrierTargeting.

Parameters:
mobileCarriers - * Mobile carriers that are being targeted or excluded by the LineItem.

getMobileCarriers

public Technology getMobileCarriers(int i)

setMobileCarriers

public void setMobileCarriers(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 © 2012. All Rights Reserved.