public class CustomCreativeAsset extends Object implements Serializable
CustomCreativeAsset is an association between a
CustomCreative and an asset. Any assets that are
associated with a
creative can be inserted into its HTML snippet.| Constructor and Description |
|---|
CustomCreativeAsset() |
CustomCreativeAsset(String macroName,
CreativeAsset asset) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CreativeAsset |
getAsset()
Gets the asset value for this CustomCreativeAsset.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getMacroName()
Gets the macroName value for this CustomCreativeAsset.
|
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 |
setAsset(CreativeAsset asset)
Sets the asset value for this CustomCreativeAsset.
|
void |
setMacroName(String macroName)
Sets the macroName value for this CustomCreativeAsset.
|
String |
toString() |
public CustomCreativeAsset()
public CustomCreativeAsset(String macroName, CreativeAsset asset)
public String getMacroName()
public void setMacroName(String macroName)
macroName - * The name by which the associated asset will be referenced.
For example,
if the value is "foo", then the asset can be inserted
into an HTML snippet
using the macro: "%%FILE:foo%%".public CreativeAsset getAsset()
CreativeAsset.assetUrl.public void setAsset(CreativeAsset asset)
asset - * The asset. This attribute is required. To view the asset, use
CreativeAsset.assetUrl.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.