public class SetTopBoxCreative extends BaseVideoCreative
Creative that will be served into cable set-top boxes. There are no assets for this
creative type, as they are hosted by external cable systems.
Java class for SetTopBoxCreative complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SetTopBoxCreative">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201805}BaseVideoCreative">
<sequence>
<element name="externalAssetId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="providerId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="availabilityRegionIds" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="licenseWindowStartDateTime" type="{https://www.google.com/apis/ads/publisher/v201805}DateTime" minOccurs="0"/>
<element name="licenseWindowEndDateTime" type="{https://www.google.com/apis/ads/publisher/v201805}DateTime" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
availabilityRegionIds |
protected String |
externalAssetId |
protected DateTime |
licenseWindowEndDateTime |
protected DateTime |
licenseWindowStartDateTime |
protected String |
providerId |
allowDurationOverride, companionCreativeIds, customParameters, duration, skippableAdType, sslManualOverride, sslScanResult, trackingUrls, vastPreviewUrldestinationUrl, destinationUrlTypeadvertiserId, appliedLabels, customFieldValues, id, lastModifiedDateTime, name, policyViolations, previewUrl, size| Constructor and Description |
|---|
SetTopBoxCreative() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAvailabilityRegionIds()
Gets the value of the availabilityRegionIds property.
|
String |
getExternalAssetId()
Gets the value of the externalAssetId property.
|
DateTime |
getLicenseWindowEndDateTime()
Gets the value of the licenseWindowEndDateTime property.
|
DateTime |
getLicenseWindowStartDateTime()
Gets the value of the licenseWindowStartDateTime property.
|
String |
getProviderId()
Gets the value of the providerId property.
|
void |
setExternalAssetId(String value)
Sets the value of the externalAssetId property.
|
void |
setLicenseWindowEndDateTime(DateTime value)
Sets the value of the licenseWindowEndDateTime property.
|
void |
setLicenseWindowStartDateTime(DateTime value)
Sets the value of the licenseWindowStartDateTime property.
|
void |
setProviderId(String value)
Sets the value of the providerId property.
|
getCompanionCreativeIds, getCustomParameters, getDuration, getSkippableAdType, getSslManualOverride, getSslScanResult, getTrackingUrls, getVastPreviewUrl, isAllowDurationOverride, setAllowDurationOverride, setCustomParameters, setDuration, setSkippableAdType, setSslManualOverride, setSslScanResult, setVastPreviewUrlgetDestinationUrl, getDestinationUrlType, setDestinationUrl, setDestinationUrlTypegetAdvertiserId, getAppliedLabels, getCustomFieldValues, getId, getLastModifiedDateTime, getName, getPolicyViolations, getPreviewUrl, getSize, setAdvertiserId, setId, setLastModifiedDateTime, setName, setPreviewUrl, setSizeprotected String externalAssetId
protected String providerId
protected DateTime licenseWindowStartDateTime
protected DateTime licenseWindowEndDateTime
public String getExternalAssetId()
Stringpublic void setExternalAssetId(String value)
value - allowed object is
Stringpublic String getProviderId()
Stringpublic void setProviderId(String value)
value - allowed object is
Stringpublic List<String> getAvailabilityRegionIds()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the availabilityRegionIds property.
For example, to add a new item, do as follows:
getAvailabilityRegionIds().add(newItem);
Objects of the following type(s) are allowed in the list
String
public DateTime getLicenseWindowStartDateTime()
DateTimepublic void setLicenseWindowStartDateTime(DateTime value)
value - allowed object is
DateTimepublic DateTime getLicenseWindowEndDateTime()
DateTimeCopyright © 2018. All Rights Reserved.