public class AdMobBackfillCreative extends BaseDynamicAllocationCreative
Java class for AdMobBackfillCreative complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdMobBackfillCreative">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201802}BaseDynamicAllocationCreative">
<sequence>
<element name="additionalParameters" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="publisherId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lockedOrientation" type="{https://www.google.com/apis/ads/publisher/v201802}LockedOrientation" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
additionalParameters |
protected LockedOrientation |
lockedOrientation |
protected String |
publisherId |
advertiserId, appliedLabels, customFieldValues, id, lastModifiedDateTime, name, policyViolations, previewUrl, size| Constructor and Description |
|---|
AdMobBackfillCreative() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdditionalParameters()
Gets the value of the additionalParameters property.
|
LockedOrientation |
getLockedOrientation()
Gets the value of the lockedOrientation property.
|
String |
getPublisherId()
Gets the value of the publisherId property.
|
void |
setAdditionalParameters(String value)
Sets the value of the additionalParameters property.
|
void |
setLockedOrientation(LockedOrientation value)
Sets the value of the lockedOrientation property.
|
void |
setPublisherId(String value)
Sets the value of the publisherId property.
|
getAdvertiserId, getAppliedLabels, getCustomFieldValues, getId, getLastModifiedDateTime, getName, getPolicyViolations, getPreviewUrl, getSize, setAdvertiserId, setId, setLastModifiedDateTime, setName, setPreviewUrl, setSizeprotected String additionalParameters
protected String publisherId
protected LockedOrientation lockedOrientation
public String getAdditionalParameters()
Stringpublic void setAdditionalParameters(String value)
value - allowed object is
Stringpublic String getPublisherId()
Stringpublic void setPublisherId(String value)
value - allowed object is
Stringpublic LockedOrientation getLockedOrientation()
LockedOrientationpublic void setLockedOrientation(LockedOrientation value)
value - allowed object is
LockedOrientationCopyright © 2018. All Rights Reserved.