public class NetworkSetting extends Object
Java class for NetworkSetting complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NetworkSetting">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="targetGoogleSearch" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="targetSearchNetwork" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="targetContentNetwork" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="targetPartnerSearchNetwork" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
targetContentNetwork |
protected Boolean |
targetGoogleSearch |
protected Boolean |
targetPartnerSearchNetwork |
protected Boolean |
targetSearchNetwork |
| Constructor and Description |
|---|
NetworkSetting() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isTargetContentNetwork()
Gets the value of the targetContentNetwork property.
|
Boolean |
isTargetGoogleSearch()
Gets the value of the targetGoogleSearch property.
|
Boolean |
isTargetPartnerSearchNetwork()
Gets the value of the targetPartnerSearchNetwork property.
|
Boolean |
isTargetSearchNetwork()
Gets the value of the targetSearchNetwork property.
|
void |
setTargetContentNetwork(Boolean value)
Sets the value of the targetContentNetwork property.
|
void |
setTargetGoogleSearch(Boolean value)
Sets the value of the targetGoogleSearch property.
|
void |
setTargetPartnerSearchNetwork(Boolean value)
Sets the value of the targetPartnerSearchNetwork property.
|
void |
setTargetSearchNetwork(Boolean value)
Sets the value of the targetSearchNetwork property.
|
protected Boolean targetGoogleSearch
protected Boolean targetSearchNetwork
protected Boolean targetContentNetwork
protected Boolean targetPartnerSearchNetwork
public Boolean isTargetGoogleSearch()
Booleanpublic void setTargetGoogleSearch(Boolean value)
value - allowed object is
Booleanpublic Boolean isTargetSearchNetwork()
Booleanpublic void setTargetSearchNetwork(Boolean value)
value - allowed object is
Booleanpublic Boolean isTargetContentNetwork()
Booleanpublic void setTargetContentNetwork(Boolean value)
value - allowed object is
Booleanpublic Boolean isTargetPartnerSearchNetwork()
BooleanCopyright © 2023. All rights reserved.