public class NetworkSearchParameter extends SearchParameter
A SearchParameter for setting the search network. Currently we
support two network setting options:
This element is supported by following IdeaTypes: KEYWORD.
This element is supported by following RequestTypes: IDEAS, STATS.
Java class for NetworkSearchParameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NetworkSearchParameter">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/o/v201809}SearchParameter">
<sequence>
<element name="networkSetting" type="{https://adwords.google.com/api/adwords/cm/v201809}NetworkSetting" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected NetworkSetting |
networkSetting |
searchParameterType| Constructor and Description |
|---|
NetworkSearchParameter() |
| Modifier and Type | Method and Description |
|---|---|
NetworkSetting |
getNetworkSetting()
Gets the value of the networkSetting property.
|
void |
setNetworkSetting(NetworkSetting value)
Sets the value of the networkSetting property.
|
getSearchParameterType, setSearchParameterTypeprotected NetworkSetting networkSetting
public NetworkSetting getNetworkSetting()
NetworkSettingpublic void setNetworkSetting(NetworkSetting value)
value - allowed object is
NetworkSettingCopyright © 2023. All rights reserved.