public class Network extends Object implements Serializable
Network represents a network.| Constructor and Description |
|---|
Network() |
Network(Long id,
String displayName,
String networkCode,
String propertyCode,
String timeZone,
String currencyCode,
String[] secondaryCurrencyCodes,
String effectiveRootAdUnitId,
Boolean isTest) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCurrencyCode()
Gets the currencyCode value for this Network.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getDisplayName()
Gets the displayName value for this Network.
|
String |
getEffectiveRootAdUnitId()
Gets the effectiveRootAdUnitId value for this Network.
|
Long |
getId()
Gets the id value for this Network.
|
Boolean |
getIsTest()
Gets the isTest value for this Network.
|
String |
getNetworkCode()
Gets the networkCode value for this Network.
|
String |
getPropertyCode()
Gets the propertyCode value for this Network.
|
String[] |
getSecondaryCurrencyCodes()
Gets the secondaryCurrencyCodes value for this Network.
|
String |
getSecondaryCurrencyCodes(int i) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getTimeZone()
Gets the timeZone value for this Network.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setCurrencyCode(String currencyCode)
Sets the currencyCode value for this Network.
|
void |
setDisplayName(String displayName)
Sets the displayName value for this Network.
|
void |
setEffectiveRootAdUnitId(String effectiveRootAdUnitId)
Sets the effectiveRootAdUnitId value for this Network.
|
void |
setId(Long id)
Sets the id value for this Network.
|
void |
setIsTest(Boolean isTest)
Sets the isTest value for this Network.
|
void |
setNetworkCode(String networkCode)
Sets the networkCode value for this Network.
|
void |
setPropertyCode(String propertyCode)
Sets the propertyCode value for this Network.
|
void |
setSecondaryCurrencyCodes(int i,
String _value) |
void |
setSecondaryCurrencyCodes(String[] secondaryCurrencyCodes)
Sets the secondaryCurrencyCodes value for this Network.
|
void |
setTimeZone(String timeZone)
Sets the timeZone value for this Network.
|
String |
toString() |
public Long getId()
Network. This value is readonly
and is assigned
by Google.public void setId(Long id)
id - * The unique ID of the Network. This value is readonly
and is assigned
by Google.public String getDisplayName()
public void setDisplayName(String displayName)
displayName - * The display name of the network.public String getNetworkCode()
public void setNetworkCode(String networkCode)
networkCode - * The network code. If the current login has access to multiple
networks,
then the network code must be provided in the SOAP
request headers for all
requests. Otherwise, it is optional to provide the
network code in the SOAP
headers. This field is read-only.public String getPropertyCode()
public void setPropertyCode(String propertyCode)
propertyCode - * The property code. This field is read-only.public String getTimeZone()
public void setTimeZone(String timeZone)
timeZone - * The time zone associated with the delivery of orders and reporting.
This
field is read-only.public String getCurrencyCode()
public void setCurrencyCode(String currencyCode)
currencyCode - * The primary currency code. This field is read-only.public String[] getSecondaryCurrencyCodes()
currencyCode for
trafficking line items.public void setSecondaryCurrencyCodes(String[] secondaryCurrencyCodes)
secondaryCurrencyCodes - * Currencies that can be used as an alternative to the currencyCode for
trafficking line items.public String getSecondaryCurrencyCodes(int i)
public void setSecondaryCurrencyCodes(int i,
String _value)
public String getEffectiveRootAdUnitId()
AdUnit.id of the top most ad unit to which descendant
ad units
can be added. Should be used for the AdUnit.parentId
when first
building inventory hierarchy. This field is read-only.public void setEffectiveRootAdUnitId(String effectiveRootAdUnitId)
effectiveRootAdUnitId - * The AdUnit.id of the top most ad unit to which descendant
ad units
can be added. Should be used for the AdUnit.parentId
when first
building inventory hierarchy. This field is read-only.public Boolean getIsTest()
public void setIsTest(Boolean isTest)
isTest - * Whether this is a test network. This field is read-only.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2019. All rights reserved.