public abstract class HasDestinationUrlCreative extends Creative implements Serializable
Creative that has a destination url| Constructor and Description |
|---|
HasDestinationUrlCreative() |
HasDestinationUrlCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
CreativePolicyViolation[] policyViolations,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String destinationUrl,
DestinationUrlType destinationUrlType) |
| 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 |
getDestinationUrl()
Gets the destinationUrl value for this HasDestinationUrlCreative.
|
DestinationUrlType |
getDestinationUrlType()
Gets the destinationUrlType value for this HasDestinationUrlCreative.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setDestinationUrl(String destinationUrl)
Sets the destinationUrl value for this HasDestinationUrlCreative.
|
void |
setDestinationUrlType(DestinationUrlType destinationUrlType)
Sets the destinationUrlType value for this HasDestinationUrlCreative.
|
String |
toString() |
getAdvertiserId, getAppliedLabels, getAppliedLabels, getCustomFieldValues, getCustomFieldValues, getId, getLastModifiedDateTime, getName, getPolicyViolations, getPolicyViolations, getPreviewUrl, getSize, setAdvertiserId, setAppliedLabels, setAppliedLabels, setCustomFieldValues, setCustomFieldValues, setId, setLastModifiedDateTime, setName, setPolicyViolations, setPolicyViolations, setPreviewUrl, setSizepublic HasDestinationUrlCreative()
public HasDestinationUrlCreative(Long advertiserId, Long id, String name, Size size, String previewUrl, CreativePolicyViolation[] policyViolations, AppliedLabel[] appliedLabels, DateTime lastModifiedDateTime, BaseCustomFieldValue[] customFieldValues, String destinationUrl, DestinationUrlType destinationUrlType)
public String getDestinationUrl()
destinationUrlType
is DestinationUrlType.NONE,
and has a maximum length of 1024 characters.public void setDestinationUrl(String destinationUrl)
destinationUrl - * The URL that the user is directed to if they click on the creative.
This
attribute is required unless the destinationUrlType
is DestinationUrlType.NONE,
and has a maximum length of 1024 characters.public DestinationUrlType getDestinationUrlType()
DestinationUrlType.CLICK_TO_WEB.public void setDestinationUrlType(DestinationUrlType destinationUrlType)
destinationUrlType - * The action that should be performed if the user clicks on the
creative.
This attribute is optional and defaults to DestinationUrlType.CLICK_TO_WEB.public 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.