|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.dfp.axis.v201204.SiteTargetingInfo
public class SiteTargetingInfo
Contains information required for AdWords advertisers to place their ads.
| Constructor Summary | |
|---|---|
SiteTargetingInfo()
|
|
SiteTargetingInfo(String targetingDescription,
String targetingSiteName,
String targetingAdLocation,
String siteTargetingInfoType)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
String |
getSiteTargetingInfoType()
Gets the siteTargetingInfoType value for this SiteTargetingInfo. |
String |
getTargetingAdLocation()
Gets the targetingAdLocation value for this SiteTargetingInfo. |
String |
getTargetingDescription()
Gets the targetingDescription value for this SiteTargetingInfo. |
String |
getTargetingSiteName()
Gets the targetingSiteName value for this SiteTargetingInfo. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setSiteTargetingInfoType(String siteTargetingInfoType)
Sets the siteTargetingInfoType value for this SiteTargetingInfo. |
void |
setTargetingAdLocation(String targetingAdLocation)
Sets the targetingAdLocation value for this SiteTargetingInfo. |
void |
setTargetingDescription(String targetingDescription)
Sets the targetingDescription value for this SiteTargetingInfo. |
void |
setTargetingSiteName(String targetingSiteName)
Sets the targetingSiteName value for this SiteTargetingInfo. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SiteTargetingInfo()
public SiteTargetingInfo(String targetingDescription,
String targetingSiteName,
String targetingAdLocation,
String siteTargetingInfoType)
| Method Detail |
|---|
public String getTargetingDescription()
Placement visible to AdWords advertisers.
This
field is required if Placement.isAdSenseTargetingEnabled
is true
and has a maximum length of 65535 characters.public void setTargetingDescription(String targetingDescription)
targetingDescription - * Description of the Placement visible to AdWords advertisers.
This
field is required if Placement.isAdSenseTargetingEnabled
is true
and has a maximum length of 65535 characters.public String getTargetingSiteName()
Placement.isAdSenseTargetingEnabled
is true
and has a maximum of 70 characters.public void setTargetingSiteName(String targetingSiteName)
targetingSiteName - * The name of the site targeted which is visible to AdWords advertisers.
This
field is required if Placement.isAdSenseTargetingEnabled
is true
and has a maximum of 70 characters.public String getTargetingAdLocation()
Placement on the
web page,
visible to AdWords users. This field is optional and
has a maximum length
of 50 characters.public void setTargetingAdLocation(String targetingAdLocation)
targetingAdLocation - * A description of the location of the Placement on the
web page,
visible to AdWords users. This field is optional and
has a maximum length
of 50 characters.public String getSiteTargetingInfoType()
public void setSiteTargetingInfoType(String siteTargetingInfoType)
siteTargetingInfoType - * Indicates that this instance is a subtype of SiteTargetingInfo.
Although this field is returned in the response, it is ignored on
input
and cannot be selected. Specify xsi:type instead.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 | |||||||||