public class SiteTargetingInfo extends Object implements Serializable
| Constructor and Description |
|---|
SiteTargetingInfo() |
SiteTargetingInfo(String targetingDescription,
String targetingSiteName,
String targetingAdLocation,
String siteTargetingInfoType) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.