public class CustomCreative extends HasDestinationUrlCreative implements Serializable
Creative that contains an arbitrary HTML snippet and
file assets.| Constructor and Description |
|---|
CustomCreative() |
CustomCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
String destinationUrl,
String htmlSnippet,
CustomCreativeAsset[] customCreativeAssets,
Boolean isInterstitial,
LockedOrientation lockedOrientation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CustomCreativeAsset[] |
getCustomCreativeAssets()
Gets the customCreativeAssets value for this CustomCreative.
|
CustomCreativeAsset |
getCustomCreativeAssets(int i) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getHtmlSnippet()
Gets the htmlSnippet value for this CustomCreative.
|
Boolean |
getIsInterstitial()
Gets the isInterstitial value for this CustomCreative.
|
LockedOrientation |
getLockedOrientation()
Gets the lockedOrientation value for this CustomCreative.
|
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 |
setCustomCreativeAssets(CustomCreativeAsset[] customCreativeAssets)
Sets the customCreativeAssets value for this CustomCreative.
|
void |
setCustomCreativeAssets(int i,
CustomCreativeAsset _value) |
void |
setHtmlSnippet(String htmlSnippet)
Sets the htmlSnippet value for this CustomCreative.
|
void |
setIsInterstitial(Boolean isInterstitial)
Sets the isInterstitial value for this CustomCreative.
|
void |
setLockedOrientation(LockedOrientation lockedOrientation)
Sets the lockedOrientation value for this CustomCreative.
|
getDestinationUrl, setDestinationUrlgetAdvertiserId, getAppliedLabels, getAppliedLabels, getCreativeType, getCustomFieldValues, getCustomFieldValues, getId, getLastModifiedDateTime, getName, getPreviewUrl, getSize, setAdvertiserId, setAppliedLabels, setAppliedLabels, setCreativeType, setCustomFieldValues, setCustomFieldValues, setId, setLastModifiedDateTime, setName, setPreviewUrl, setSizepublic CustomCreative()
public CustomCreative(Long advertiserId, Long id, String name, Size size, String previewUrl, AppliedLabel[] appliedLabels, DateTime lastModifiedDateTime, BaseCustomFieldValue[] customFieldValues, String creativeType, String destinationUrl, String htmlSnippet, CustomCreativeAsset[] customCreativeAssets, Boolean isInterstitial, LockedOrientation lockedOrientation)
public String getHtmlSnippet()
public void setHtmlSnippet(String htmlSnippet)
htmlSnippet - * The HTML snippet that this creative delivers. This attribute
is required.public CustomCreativeAsset[] getCustomCreativeAssets()
public void setCustomCreativeAssets(CustomCreativeAsset[] customCreativeAssets)
customCreativeAssets - * A list of file assets that are associated with this creative,
and can be
referenced in the snippet.public CustomCreativeAsset getCustomCreativeAssets(int i)
public void setCustomCreativeAssets(int i,
CustomCreativeAsset _value)
public Boolean getIsInterstitial()
true if this custom creative is interstitial. An interstitial
creative will not consider an impression served until it is fully
rendered
in the browser.public void setIsInterstitial(Boolean isInterstitial)
isInterstitial - * true if this custom creative is interstitial. An interstitial
creative will not consider an impression served until it is fully
rendered
in the browser.public LockedOrientation getLockedOrientation()
public void setLockedOrientation(LockedOrientation lockedOrientation)
lockedOrientation - * A locked orientation for this creative to be displayed in.public boolean equals(Object obj)
equals in class HasDestinationUrlCreativepublic int hashCode()
hashCode in class HasDestinationUrlCreativepublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.