|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.adwords.v201109.cm.NetworkSetting
public class NetworkSetting
Network settings for a Campaign.
| 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 |
|---|
public NetworkSetting()
public NetworkSetting(Boolean targetGoogleSearch,
Boolean targetSearchNetwork,
Boolean targetContentNetwork,
Boolean targetContentContextual,
Boolean targetPartnerSearchNetwork)
| Method Detail |
|---|
public Boolean getTargetGoogleSearch()
public void setTargetGoogleSearch(Boolean targetGoogleSearch)
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.public Boolean getTargetSearchNetwork()
GOOGLE_SEARCH).
This field can
be selected using the value "TargetSearchNetwork".This field can be filtered on.public void setTargetSearchNetwork(Boolean targetSearchNetwork)
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.public Boolean getTargetContentNetwork()
Placement criteria.
This field can be selected using
the value "TargetContentNetwork".This
field can be filtered on.public void setTargetContentNetwork(Boolean targetContentNetwork)
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.public Boolean getTargetContentContextual()
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.public void setTargetContentContextual(Boolean targetContentContextual)
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.public Boolean getTargetPartnerSearchNetwork()
public void setTargetPartnerSearchNetwork(Boolean targetPartnerSearchNetwork)
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.public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||