public class InStreamVideoCreative extends CreativeBase implements Serializable
| Constructor and Description |
|---|
InStreamVideoCreative() |
InStreamVideoCreative(long id,
String name,
boolean active,
long advertiserId,
boolean archived,
CreativeFieldAssignment[] creativeFieldAssignments,
Calendar modifiedDate,
long renderingId,
long sizeId,
long typeId,
int version,
String adId,
String clickThroughUrl,
InStreamCompanionAd[] companionAds,
Calendar createdDate,
String description,
InStreamMediaFile[] mediaFiles,
InStreamNonLinearAd[] nonLinearAds,
boolean skippableAd,
String surveyUrl,
InStreamThirdPartyTrackingEvents thirdPartyTrackingEvents,
float videoDuration) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAdId()
Gets the adId value for this InStreamVideoCreative.
|
String |
getClickThroughUrl()
Gets the clickThroughUrl value for this InStreamVideoCreative.
|
InStreamCompanionAd[] |
getCompanionAds()
Gets the companionAds value for this InStreamVideoCreative.
|
Calendar |
getCreatedDate()
Gets the createdDate value for this InStreamVideoCreative.
|
String |
getDescription()
Gets the description value for this InStreamVideoCreative.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
InStreamMediaFile[] |
getMediaFiles()
Gets the mediaFiles value for this InStreamVideoCreative.
|
InStreamNonLinearAd[] |
getNonLinearAds()
Gets the nonLinearAds value for this InStreamVideoCreative.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getSurveyUrl()
Gets the surveyUrl value for this InStreamVideoCreative.
|
InStreamThirdPartyTrackingEvents |
getThirdPartyTrackingEvents()
Gets the thirdPartyTrackingEvents value for this InStreamVideoCreative.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
float |
getVideoDuration()
Gets the videoDuration value for this InStreamVideoCreative.
|
int |
hashCode() |
boolean |
isSkippableAd()
Gets the skippableAd value for this InStreamVideoCreative.
|
void |
setAdId(String adId)
Sets the adId value for this InStreamVideoCreative.
|
void |
setClickThroughUrl(String clickThroughUrl)
Sets the clickThroughUrl value for this InStreamVideoCreative.
|
void |
setCompanionAds(InStreamCompanionAd[] companionAds)
Sets the companionAds value for this InStreamVideoCreative.
|
void |
setCreatedDate(Calendar createdDate)
Sets the createdDate value for this InStreamVideoCreative.
|
void |
setDescription(String description)
Sets the description value for this InStreamVideoCreative.
|
void |
setMediaFiles(InStreamMediaFile[] mediaFiles)
Sets the mediaFiles value for this InStreamVideoCreative.
|
void |
setNonLinearAds(InStreamNonLinearAd[] nonLinearAds)
Sets the nonLinearAds value for this InStreamVideoCreative.
|
void |
setSkippableAd(boolean skippableAd)
Sets the skippableAd value for this InStreamVideoCreative.
|
void |
setSurveyUrl(String surveyUrl)
Sets the surveyUrl value for this InStreamVideoCreative.
|
void |
setThirdPartyTrackingEvents(InStreamThirdPartyTrackingEvents thirdPartyTrackingEvents)
Sets the thirdPartyTrackingEvents value for this InStreamVideoCreative.
|
void |
setVideoDuration(float videoDuration)
Sets the videoDuration value for this InStreamVideoCreative.
|
getAdvertiserId, getCreativeFieldAssignments, getModifiedDate, getRenderingId, getSizeId, getTypeId, getVersion, isActive, isArchived, setActive, setAdvertiserId, setArchived, setCreativeFieldAssignments, setModifiedDate, setRenderingId, setSizeId, setTypeId, setVersionpublic InStreamVideoCreative()
public InStreamVideoCreative(long id,
String name,
boolean active,
long advertiserId,
boolean archived,
CreativeFieldAssignment[] creativeFieldAssignments,
Calendar modifiedDate,
long renderingId,
long sizeId,
long typeId,
int version,
String adId,
String clickThroughUrl,
InStreamCompanionAd[] companionAds,
Calendar createdDate,
String description,
InStreamMediaFile[] mediaFiles,
InStreamNonLinearAd[] nonLinearAds,
boolean skippableAd,
String surveyUrl,
InStreamThirdPartyTrackingEvents thirdPartyTrackingEvents,
float videoDuration)
public String getAdId()
public void setAdId(String adId)
adId - public String getClickThroughUrl()
public void setClickThroughUrl(String clickThroughUrl)
clickThroughUrl - public InStreamCompanionAd[] getCompanionAds()
public void setCompanionAds(InStreamCompanionAd[] companionAds)
companionAds - public Calendar getCreatedDate()
public void setCreatedDate(Calendar createdDate)
createdDate - public String getDescription()
public void setDescription(String description)
description - public InStreamMediaFile[] getMediaFiles()
public void setMediaFiles(InStreamMediaFile[] mediaFiles)
mediaFiles - public InStreamNonLinearAd[] getNonLinearAds()
public void setNonLinearAds(InStreamNonLinearAd[] nonLinearAds)
nonLinearAds - public boolean isSkippableAd()
public void setSkippableAd(boolean skippableAd)
skippableAd - public String getSurveyUrl()
public void setSurveyUrl(String surveyUrl)
surveyUrl - public InStreamThirdPartyTrackingEvents getThirdPartyTrackingEvents()
public void setThirdPartyTrackingEvents(InStreamThirdPartyTrackingEvents thirdPartyTrackingEvents)
thirdPartyTrackingEvents - public float getVideoDuration()
public void setVideoDuration(float videoDuration)
videoDuration - public boolean equals(Object obj)
equals in class CreativeBasepublic int hashCode()
hashCode in class CreativeBasepublic 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.