|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.dfp.axis.v201204.Creative
com.google.api.ads.dfp.axis.v201204.HasDestinationUrlCreative
com.google.api.ads.dfp.axis.v201204.BaseFlashCreative
com.google.api.ads.dfp.axis.v201204.FlashOverlayCreative
public class FlashOverlayCreative
An overlay Creative that displays a Flash-based ad and
is
served via VAST 2.0 XML. Overlays cover part of the video
content
they are displayed on top of. This creative is read-only.
| Constructor Summary | |
|---|---|
FlashOverlayCreative()
|
|
FlashOverlayCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
String destinationUrl,
String flashName,
byte[] flashByteArray,
String fallbackImageName,
byte[] fallbackImageByteArray,
Boolean overrideSize,
Boolean clickTagRequired,
String fallbackPreviewUrl,
Size flashAssetSize,
Size fallbackAssetSize,
long[] companionCreativeIds,
ConversionEvent_TrackingUrlsMapEntry[] trackingUrls,
String customParameters,
ApiFramework apiFramework,
Integer duration)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
ApiFramework |
getApiFramework()
Gets the apiFramework value for this FlashOverlayCreative. |
long[] |
getCompanionCreativeIds()
Gets the companionCreativeIds value for this FlashOverlayCreative. |
long |
getCompanionCreativeIds(int i)
|
String |
getCustomParameters()
Gets the customParameters value for this FlashOverlayCreative. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Integer |
getDuration()
Gets the duration value for this FlashOverlayCreative. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
ConversionEvent_TrackingUrlsMapEntry[] |
getTrackingUrls()
Gets the trackingUrls value for this FlashOverlayCreative. |
ConversionEvent_TrackingUrlsMapEntry |
getTrackingUrls(int i)
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setApiFramework(ApiFramework apiFramework)
Sets the apiFramework value for this FlashOverlayCreative. |
void |
setCompanionCreativeIds(int i,
long _value)
|
void |
setCompanionCreativeIds(long[] companionCreativeIds)
Sets the companionCreativeIds value for this FlashOverlayCreative. |
void |
setCustomParameters(String customParameters)
Sets the customParameters value for this FlashOverlayCreative. |
void |
setDuration(Integer duration)
Sets the duration value for this FlashOverlayCreative. |
void |
setTrackingUrls(ConversionEvent_TrackingUrlsMapEntry[] trackingUrls)
Sets the trackingUrls value for this FlashOverlayCreative. |
void |
setTrackingUrls(int i,
ConversionEvent_TrackingUrlsMapEntry _value)
|
| Methods inherited from class com.google.api.ads.dfp.axis.v201204.BaseFlashCreative |
|---|
getClickTagRequired, getFallbackAssetSize, getFallbackImageByteArray, getFallbackImageName, getFallbackPreviewUrl, getFlashAssetSize, getFlashByteArray, getFlashName, getOverrideSize, setClickTagRequired, setFallbackAssetSize, setFallbackImageByteArray, setFallbackImageName, setFallbackPreviewUrl, setFlashAssetSize, setFlashByteArray, setFlashName, setOverrideSize |
| Methods inherited from class com.google.api.ads.dfp.axis.v201204.HasDestinationUrlCreative |
|---|
getDestinationUrl, setDestinationUrl |
| Methods inherited from class com.google.api.ads.dfp.axis.v201204.Creative |
|---|
getAdvertiserId, getAppliedLabels, getAppliedLabels, getCreativeType, getCustomFieldValues, getCustomFieldValues, getId, getLastModifiedDateTime, getName, getPreviewUrl, getSize, setAdvertiserId, setAppliedLabels, setAppliedLabels, setCreativeType, setCustomFieldValues, setCustomFieldValues, setId, setLastModifiedDateTime, setName, setPreviewUrl, setSize |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FlashOverlayCreative()
public FlashOverlayCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
String destinationUrl,
String flashName,
byte[] flashByteArray,
String fallbackImageName,
byte[] fallbackImageByteArray,
Boolean overrideSize,
Boolean clickTagRequired,
String fallbackPreviewUrl,
Size flashAssetSize,
Size fallbackAssetSize,
long[] companionCreativeIds,
ConversionEvent_TrackingUrlsMapEntry[] trackingUrls,
String customParameters,
ApiFramework apiFramework,
Integer duration)
| Method Detail |
|---|
public long[] getCompanionCreativeIds()
public void setCompanionCreativeIds(long[] companionCreativeIds)
companionCreativeIds - * The IDs of the companion creatives that are associated with
this creative.
This attribute is optional.public long getCompanionCreativeIds(int i)
public void setCompanionCreativeIds(int i,
long _value)
public ConversionEvent_TrackingUrlsMapEntry[] getTrackingUrls()
ConversionEvent to a list of URLs that will
be pinged
when the event happens. This attribute is optional.public void setTrackingUrls(ConversionEvent_TrackingUrlsMapEntry[] trackingUrls)
trackingUrls - * A map from ConversionEvent to a list of URLs that will
be pinged
when the event happens. This attribute is optional.public ConversionEvent_TrackingUrlsMapEntry getTrackingUrls(int i)
public void setTrackingUrls(int i,
ConversionEvent_TrackingUrlsMapEntry _value)
public String getCustomParameters()
AdParameters
node.
If the apiFramework is ApiFramework.VPAID,
the value does not need to be a comma separated key-value list (and
can instead be any arbitrary string). This attribute is optional.public void setCustomParameters(String customParameters)
customParameters - * A comma separated key=value list of parameters that will be
supplied to
the creative, written into the VAST AdParameters
node.
If the apiFramework is ApiFramework.VPAID,
the value does not need to be a comma separated key-value list (and
can instead be any arbitrary string). This attribute is optional.public ApiFramework getApiFramework()
public void setApiFramework(ApiFramework apiFramework)
apiFramework - * The API framework of the asset. This attribute is optional.public Integer getDuration()
public void setDuration(Integer duration)
duration - * Minimum suggested duration in milliseconds. This attribute
is optional.public boolean equals(Object obj)
equals in class BaseFlashCreativepublic int hashCode()
hashCode in class BaseFlashCreativepublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||