|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.dfp.axis.v201208.Network
public class Network
Network represents a network.
| Constructor Summary | |
|---|---|
Network()
|
|
Network(Long id,
String displayName,
String networkCode,
String propertyCode,
String timeZone,
String currencyCode,
String effectiveRootAdUnitId,
Long contentBrowseCustomTargetingKeyId,
Boolean isTest)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Long |
getContentBrowseCustomTargetingKeyId()
Gets the contentBrowseCustomTargetingKeyId value for this Network. |
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. |
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 |
setContentBrowseCustomTargetingKeyId(Long contentBrowseCustomTargetingKeyId)
Sets the contentBrowseCustomTargetingKeyId value for this Network. |
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 |
setTimeZone(String timeZone)
Sets the timeZone value for this Network. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Network()
public Network(Long id,
String displayName,
String networkCode,
String propertyCode,
String timeZone,
String currencyCode,
String effectiveRootAdUnitId,
Long contentBrowseCustomTargetingKeyId,
Boolean isTest)
| Method Detail |
|---|
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 currency code. This field is read-only.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 Long getContentBrowseCustomTargetingKeyId()
CustomTargetingKey that is used to categorize
video
content in DFP.
Values of this CustomTargetingKey can be used
as part of the
Targeting.contentTargeting for targeting line
items to video
categories.
Additionally, you can use the values of this key with
the
ContentService to search for all Content
that are
associated to a particular key/value combination.public void setContentBrowseCustomTargetingKeyId(Long contentBrowseCustomTargetingKeyId)
contentBrowseCustomTargetingKeyId - * The ID of the CustomTargetingKey that is used to categorize
video
content in DFP.
Values of this CustomTargetingKey can be used
as part of the
Targeting.contentTargeting for targeting line
items to video
categories.
Additionally, you can use the values of this key with
the
ContentService to search for all Content
that are
associated to a particular key/value combination.public Boolean getIsTest()
public void setIsTest(Boolean isTest)
isTest - * Whether this is a test network. This field is read-only.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 | |||||||||