public class VideoRedirectCreative extends BaseVideoCreative implements Serializable
Creative that contains externally hosted video ads and
is served via VAST 2.0 XML. This creative is read-only.| Constructor and Description |
|---|
VideoRedirectCreative() |
VideoRedirectCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
String destinationUrl,
Integer duration,
Boolean allowDurationOverride,
ConversionEvent_TrackingUrlsMapEntry[] trackingUrls,
long[] companionCreativeIds,
String customParameters,
String vastPreviewUrl,
VideoRedirectAsset[] videoAssets) |
| 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
|
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
|
VideoRedirectAsset[] |
getVideoAssets()
Gets the videoAssets value for this VideoRedirectCreative.
|
VideoRedirectAsset |
getVideoAssets(int i) |
int |
hashCode() |
void |
setVideoAssets(int i,
VideoRedirectAsset _value) |
void |
setVideoAssets(VideoRedirectAsset[] videoAssets)
Sets the videoAssets value for this VideoRedirectCreative.
|
getAllowDurationOverride, getCompanionCreativeIds, getCompanionCreativeIds, getCustomParameters, getDuration, getTrackingUrls, getTrackingUrls, getVastPreviewUrl, setAllowDurationOverride, setCompanionCreativeIds, setCompanionCreativeIds, setCustomParameters, setDuration, setTrackingUrls, setTrackingUrls, setVastPreviewUrlgetDestinationUrl, setDestinationUrlgetAdvertiserId, getAppliedLabels, getAppliedLabels, getCreativeType, getCustomFieldValues, getCustomFieldValues, getId, getLastModifiedDateTime, getName, getPreviewUrl, getSize, setAdvertiserId, setAppliedLabels, setAppliedLabels, setCreativeType, setCustomFieldValues, setCustomFieldValues, setId, setLastModifiedDateTime, setName, setPreviewUrl, setSizepublic VideoRedirectCreative()
public VideoRedirectCreative(Long advertiserId, Long id, String name, Size size, String previewUrl, AppliedLabel[] appliedLabels, DateTime lastModifiedDateTime, BaseCustomFieldValue[] customFieldValues, String creativeType, String destinationUrl, Integer duration, Boolean allowDurationOverride, ConversionEvent_TrackingUrlsMapEntry[] trackingUrls, long[] companionCreativeIds, String customParameters, String vastPreviewUrl, VideoRedirectAsset[] videoAssets)
public VideoRedirectAsset[] getVideoAssets()
public void setVideoAssets(VideoRedirectAsset[] videoAssets)
videoAssets - * The video creative assets.public VideoRedirectAsset getVideoAssets(int i)
public void setVideoAssets(int i,
VideoRedirectAsset _value)
public boolean equals(Object obj)
equals in class BaseVideoCreativepublic int hashCode()
hashCode in class BaseVideoCreativepublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2013. All Rights Reserved.