public class ImageRedirectCreative extends BaseImageRedirectCreative implements Serializable
Creative that loads an image asset from a specified URL.| Constructor and Description |
|---|
ImageRedirectCreative() |
ImageRedirectCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
CreativePolicyViolation[] policyViolations,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String destinationUrl,
DestinationUrlType destinationUrlType,
String imageUrl,
String altText,
String thirdPartyImpressionUrl) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAltText()
Gets the altText value for this ImageRedirectCreative.
|
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 |
getThirdPartyImpressionUrl()
Gets the thirdPartyImpressionUrl value for this ImageRedirectCreative.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setAltText(String altText)
Sets the altText value for this ImageRedirectCreative.
|
void |
setThirdPartyImpressionUrl(String thirdPartyImpressionUrl)
Sets the thirdPartyImpressionUrl value for this ImageRedirectCreative.
|
String |
toString() |
getImageUrl, setImageUrlgetDestinationUrl, getDestinationUrlType, setDestinationUrl, setDestinationUrlTypegetAdvertiserId, getAppliedLabels, getAppliedLabels, getCustomFieldValues, getCustomFieldValues, getId, getLastModifiedDateTime, getName, getPolicyViolations, getPolicyViolations, getPreviewUrl, getSize, setAdvertiserId, setAppliedLabels, setAppliedLabels, setCustomFieldValues, setCustomFieldValues, setId, setLastModifiedDateTime, setName, setPolicyViolations, setPolicyViolations, setPreviewUrl, setSizepublic ImageRedirectCreative()
public ImageRedirectCreative(Long advertiserId, Long id, String name, Size size, String previewUrl, CreativePolicyViolation[] policyViolations, AppliedLabel[] appliedLabels, DateTime lastModifiedDateTime, BaseCustomFieldValue[] customFieldValues, String destinationUrl, DestinationUrlType destinationUrlType, String imageUrl, String altText, String thirdPartyImpressionUrl)
public String toString()
toString in class BaseImageRedirectCreativepublic String getAltText()
public void setAltText(String altText)
altText - * Alternative text to be rendered along with the creative used
mainly for accessibility.
This field is optional and has a maximum length
of 500 characters.public String getThirdPartyImpressionUrl()
public void setThirdPartyImpressionUrl(String thirdPartyImpressionUrl)
thirdPartyImpressionUrl - * An impression tracking URL to ping when this creative is displayed.
This field is optional has
a maximum length of 1024 characters.public boolean equals(Object obj)
equals in class BaseImageRedirectCreativepublic int hashCode()
hashCode in class BaseImageRedirectCreativepublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2018. All Rights Reserved.