public class TextAdCreative extends HasDestinationUrlCreative implements Serializable
Creative. This creative is only
available to small business
networks.
Starting in version v201306 this will be returned as a
TemplateCreative
identified with a TemplateCreative.creativeTemplateId
of 10000440.| Constructor and Description |
|---|
TextAdCreative() |
TextAdCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
String destinationUrl,
String hoverText,
TargetWindow targetWindow,
String linkColor,
String linkTitle,
String text,
String textColor) |
| 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
|
String |
getHoverText()
Gets the hoverText value for this TextAdCreative.
|
String |
getLinkColor()
Gets the linkColor value for this TextAdCreative.
|
String |
getLinkTitle()
Gets the linkTitle value for this TextAdCreative.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
TargetWindow |
getTargetWindow()
Gets the targetWindow value for this TextAdCreative.
|
String |
getText()
Gets the text value for this TextAdCreative.
|
String |
getTextColor()
Gets the textColor value for this TextAdCreative.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setHoverText(String hoverText)
Sets the hoverText value for this TextAdCreative.
|
void |
setLinkColor(String linkColor)
Sets the linkColor value for this TextAdCreative.
|
void |
setLinkTitle(String linkTitle)
Sets the linkTitle value for this TextAdCreative.
|
void |
setTargetWindow(TargetWindow targetWindow)
Sets the targetWindow value for this TextAdCreative.
|
void |
setText(String text)
Sets the text value for this TextAdCreative.
|
void |
setTextColor(String textColor)
Sets the textColor value for this TextAdCreative.
|
getDestinationUrl, setDestinationUrlgetAdvertiserId, getAppliedLabels, getAppliedLabels, getCreativeType, getCustomFieldValues, getCustomFieldValues, getId, getLastModifiedDateTime, getName, getPreviewUrl, getSize, setAdvertiserId, setAppliedLabels, setAppliedLabels, setCreativeType, setCustomFieldValues, setCustomFieldValues, setId, setLastModifiedDateTime, setName, setPreviewUrl, setSizepublic TextAdCreative()
public TextAdCreative(Long advertiserId, Long id, String name, Size size, String previewUrl, AppliedLabel[] appliedLabels, DateTime lastModifiedDateTime, BaseCustomFieldValue[] customFieldValues, String creativeType, String destinationUrl, String hoverText, TargetWindow targetWindow, String linkColor, String linkTitle, String text, String textColor)
public String getHoverText()
linkTitle. This
attribute is optional and has a
maximum length of 255 characters.public void setHoverText(String hoverText)
hoverText - * The hover text that appears over the linkTitle. This
attribute is optional and has a
maximum length of 255 characters.public TargetWindow getTargetWindow()
public void setTargetWindow(TargetWindow targetWindow)
targetWindow - * The target window that the link takes you to. This attribute
is required.public String getLinkColor()
linkTitle, either as a hexadecimal
value or a standard color
name from HTML specifications (e.g. #FFFFFF or
white). This attribute is required.public void setLinkColor(String linkColor)
linkColor - * The color of the linkTitle, either as a hexadecimal
value or a standard color
name from HTML specifications (e.g. #FFFFFF or
white). This attribute is required.public String getLinkTitle()
destintationUrl.
This attribute is required and has a maximum length
of 255 characters.public void setLinkTitle(String linkTitle)
linkTitle - * The link title that the user would click to go to the destintationUrl.
This attribute is required and has a maximum length
of 255 characters.public String getText()
linkTitle. This
attribute is optional and has a
maximum length of 255 characters.public void setText(String text)
text - * The text that appears following the linkTitle. This
attribute is optional and has a
maximum length of 255 characters.public String getTextColor()
public void setTextColor(String textColor)
textColor - * The color of the text, either as a hexadecimal value or a standard
color
name from the HTML specifications (e.g. #FFFFFF
or white). This attribute is optional
and defaults to black.public boolean equals(Object obj)
equals in class HasDestinationUrlCreativepublic int hashCode()
hashCode in class HasDestinationUrlCreativepublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2013. All Rights Reserved.