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

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

public class NetworkSetting
extends Object
implements Serializable

Network settings for a Campaign.

See Also:
Serialized Form

Constructor Summary
NetworkSetting()
           
NetworkSetting(Boolean targetGoogleSearch, Boolean targetSearchNetwork, Boolean targetContentNetwork, Boolean targetContentContextual, Boolean targetPartnerSearchNetwork)
           
 
Method Summary
 boolean equals(Object obj)
           
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
 Boolean getTargetContentContextual()
          Gets the targetContentContextual value for this NetworkSetting.
 Boolean getTargetContentNetwork()
          Gets the targetContentNetwork value for this NetworkSetting.
 Boolean getTargetGoogleSearch()
          Gets the targetGoogleSearch value for this NetworkSetting.
 Boolean getTargetPartnerSearchNetwork()
          Gets the targetPartnerSearchNetwork value for this NetworkSetting.
 Boolean getTargetSearchNetwork()
          Gets the targetSearchNetwork value for this NetworkSetting.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setTargetContentContextual(Boolean targetContentContextual)
          Sets the targetContentContextual value for this NetworkSetting.
 void setTargetContentNetwork(Boolean targetContentNetwork)
          Sets the targetContentNetwork value for this NetworkSetting.
 void setTargetGoogleSearch(Boolean targetGoogleSearch)
          Sets the targetGoogleSearch value for this NetworkSetting.
 void setTargetPartnerSearchNetwork(Boolean targetPartnerSearchNetwork)
          Sets the targetPartnerSearchNetwork value for this NetworkSetting.
 void setTargetSearchNetwork(Boolean targetSearchNetwork)
          Sets the targetSearchNetwork value for this NetworkSetting.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkSetting

public NetworkSetting()

NetworkSetting

public NetworkSetting(Boolean targetGoogleSearch,
                      Boolean targetSearchNetwork,
                      Boolean targetContentNetwork,
                      Boolean targetContentContextual,
                      Boolean targetPartnerSearchNetwork)
Method Detail

getTargetGoogleSearch

public Boolean getTargetGoogleSearch()
Gets the targetGoogleSearch value for this NetworkSetting.

Returns:
targetGoogleSearch * Ads will be served with Google.com search results. This field can be selected using the value "TargetGoogleSearch".This field can be filtered on.

setTargetGoogleSearch

public void setTargetGoogleSearch(Boolean targetGoogleSearch)
Sets the targetGoogleSearch value for this NetworkSetting.

Parameters:
targetGoogleSearch - * Ads will be served with Google.com search results. This field can be selected using the value "TargetGoogleSearch".This field can be filtered on.

getTargetSearchNetwork

public Boolean getTargetSearchNetwork()
Gets the targetSearchNetwork value for this NetworkSetting.

Returns:
targetSearchNetwork * Ads will be served on partner sites in the Google Search Network (requires GOOGLE_SEARCH). This field can be selected using the value "TargetSearchNetwork".This field can be filtered on.

setTargetSearchNetwork

public void setTargetSearchNetwork(Boolean targetSearchNetwork)
Sets the targetSearchNetwork value for this NetworkSetting.

Parameters:
targetSearchNetwork - * Ads will be served on partner sites in the Google Search Network (requires GOOGLE_SEARCH). This field can be selected using the value "TargetSearchNetwork".This field can be filtered on.

getTargetContentNetwork

public Boolean getTargetContentNetwork()
Gets the targetContentNetwork value for this NetworkSetting.

Returns:
targetContentNetwork * Ads will be served on specified placements in the Google Display Network. Placements are specified using Placement criteria. This field can be selected using the value "TargetContentNetwork".This field can be filtered on.

setTargetContentNetwork

public void setTargetContentNetwork(Boolean targetContentNetwork)
Sets the targetContentNetwork value for this NetworkSetting.

Parameters:
targetContentNetwork - * Ads will be served on specified placements in the Google Display Network. Placements are specified using Placement criteria. This field can be selected using the value "TargetContentNetwork".This field can be filtered on.

getTargetContentContextual

public Boolean getTargetContentContextual()
Gets the targetContentContextual value for this NetworkSetting.

Returns:
targetContentContextual * Ads will be served on the Google Display Network based on Keyword criteria contextually matching the placement's content (requires CONTENT_NETWORK). This field can be selected using the value "TargetContentContextual".This field can be filtered on.

setTargetContentContextual

public void setTargetContentContextual(Boolean targetContentContextual)
Sets the targetContentContextual value for this NetworkSetting.

Parameters:
targetContentContextual - * Ads will be served on the Google Display Network based on Keyword criteria contextually matching the placement's content (requires CONTENT_NETWORK). This field can be selected using the value "TargetContentContextual".This field can be filtered on.

getTargetPartnerSearchNetwork

public Boolean getTargetPartnerSearchNetwork()
Gets the targetPartnerSearchNetwork value for this NetworkSetting.

Returns:
targetPartnerSearchNetwork * Ads will be served on the Google Partner Network. This is available to only some specific Google partner accounts. This field can be selected using the value "TargetPartnerSearchNetwork".This field can be filtered on.

setTargetPartnerSearchNetwork

public void setTargetPartnerSearchNetwork(Boolean targetPartnerSearchNetwork)
Sets the targetPartnerSearchNetwork value for this NetworkSetting.

Parameters:
targetPartnerSearchNetwork - * Ads will be served on the Google Partner Network. This is available to only some specific Google partner accounts. This field can be selected using the value "TargetPartnerSearchNetwork".This field can be filtered on.

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.