public abstract class CreativeAssetBase extends Object implements Serializable
| Constructor and Description |
|---|
CreativeAssetBase() |
CreativeAssetBase(long advertiserId,
boolean forHTMLCreatives,
String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getAdvertiserId()
Gets the advertiserId value for this CreativeAssetBase.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getName()
Gets the name value for this CreativeAssetBase.
|
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() |
boolean |
isForHTMLCreatives()
Gets the forHTMLCreatives value for this CreativeAssetBase.
|
void |
setAdvertiserId(long advertiserId)
Sets the advertiserId value for this CreativeAssetBase.
|
void |
setForHTMLCreatives(boolean forHTMLCreatives)
Sets the forHTMLCreatives value for this CreativeAssetBase.
|
void |
setName(String name)
Sets the name value for this CreativeAssetBase.
|
public CreativeAssetBase()
public CreativeAssetBase(long advertiserId,
boolean forHTMLCreatives,
String name)
public long getAdvertiserId()
public void setAdvertiserId(long advertiserId)
advertiserId - public boolean isForHTMLCreatives()
public void setForHTMLCreatives(boolean forHTMLCreatives)
forHTMLCreatives - public String getName()
public void setName(String name)
name - public 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.