public class CreativeAsset extends CreativeAssetBase implements Serializable
| Constructor and Description |
|---|
CreativeAsset() |
CreativeAsset(long advertiserId,
boolean forHTMLCreatives,
String name,
byte[] content) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
byte[] |
getContent()
Gets the content value for this CreativeAsset.
|
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
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setContent(byte[] content)
Sets the content value for this CreativeAsset.
|
getAdvertiserId, getName, isForHTMLCreatives, setAdvertiserId, setForHTMLCreatives, setNamepublic CreativeAsset()
public CreativeAsset(long advertiserId,
boolean forHTMLCreatives,
String name,
byte[] content)
public byte[] getContent()
public void setContent(byte[] content)
content - public boolean equals(Object obj)
equals in class CreativeAssetBasepublic int hashCode()
hashCode in class CreativeAssetBasepublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.