public class Network extends Object
Network represents a network.
Java class for Network complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Network">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="networkCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="propertyCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="timeZone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="currencyCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="secondaryCurrencyCodes" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="effectiveRootAdUnitId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="isTest" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
currencyCode |
protected String |
displayName |
protected String |
effectiveRootAdUnitId |
protected Long |
id |
protected Boolean |
isTest |
protected String |
networkCode |
protected String |
propertyCode |
protected List<String> |
secondaryCurrencyCodes |
protected String |
timeZone |
| Constructor and Description |
|---|
Network() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrencyCode()
Gets the value of the currencyCode property.
|
String |
getDisplayName()
Gets the value of the displayName property.
|
String |
getEffectiveRootAdUnitId()
Gets the value of the effectiveRootAdUnitId property.
|
Long |
getId()
Gets the value of the id property.
|
String |
getNetworkCode()
Gets the value of the networkCode property.
|
String |
getPropertyCode()
Gets the value of the propertyCode property.
|
List<String> |
getSecondaryCurrencyCodes()
Gets the value of the secondaryCurrencyCodes property.
|
String |
getTimeZone()
Gets the value of the timeZone property.
|
Boolean |
isIsTest()
Gets the value of the isTest property.
|
void |
setCurrencyCode(String value)
Sets the value of the currencyCode property.
|
void |
setDisplayName(String value)
Sets the value of the displayName property.
|
void |
setEffectiveRootAdUnitId(String value)
Sets the value of the effectiveRootAdUnitId property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setIsTest(Boolean value)
Sets the value of the isTest property.
|
void |
setNetworkCode(String value)
Sets the value of the networkCode property.
|
void |
setPropertyCode(String value)
Sets the value of the propertyCode property.
|
void |
setTimeZone(String value)
Sets the value of the timeZone property.
|
protected Long id
protected String displayName
protected String networkCode
protected String propertyCode
protected String timeZone
protected String currencyCode
protected String effectiveRootAdUnitId
protected Boolean isTest
public void setId(Long value)
value - allowed object is
Longpublic String getDisplayName()
Stringpublic void setDisplayName(String value)
value - allowed object is
Stringpublic String getNetworkCode()
Stringpublic void setNetworkCode(String value)
value - allowed object is
Stringpublic String getPropertyCode()
Stringpublic void setPropertyCode(String value)
value - allowed object is
Stringpublic String getTimeZone()
Stringpublic void setTimeZone(String value)
value - allowed object is
Stringpublic String getCurrencyCode()
Stringpublic void setCurrencyCode(String value)
value - allowed object is
Stringpublic List<String> getSecondaryCurrencyCodes()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the secondaryCurrencyCodes property.
For example, to add a new item, do as follows:
getSecondaryCurrencyCodes().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getEffectiveRootAdUnitId()
Stringpublic void setEffectiveRootAdUnitId(String value)
value - allowed object is
Stringpublic Boolean isIsTest()
BooleanCopyright © 2018. All Rights Reserved.