public abstract class HasDestinationUrlCreative extends Creative
Creative that has a destination url
Java class for HasDestinationUrlCreative complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HasDestinationUrlCreative">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201708}Creative">
<sequence>
<element name="destinationUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="destinationUrlType" type="{https://www.google.com/apis/ads/publisher/v201708}DestinationUrlType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
destinationUrl |
protected DestinationUrlType |
destinationUrlType |
advertiserId, appliedLabels, customFieldValues, id, lastModifiedDateTime, name, policyViolations, previewUrl, size| Constructor and Description |
|---|
HasDestinationUrlCreative() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDestinationUrl()
Gets the value of the destinationUrl property.
|
DestinationUrlType |
getDestinationUrlType()
Gets the value of the destinationUrlType property.
|
void |
setDestinationUrl(String value)
Sets the value of the destinationUrl property.
|
void |
setDestinationUrlType(DestinationUrlType value)
Sets the value of the destinationUrlType property.
|
getAdvertiserId, getAppliedLabels, getCustomFieldValues, getId, getLastModifiedDateTime, getName, getPolicyViolations, getPreviewUrl, getSize, setAdvertiserId, setId, setLastModifiedDateTime, setName, setPreviewUrl, setSizeprotected String destinationUrl
protected DestinationUrlType destinationUrlType
public String getDestinationUrl()
Stringpublic void setDestinationUrl(String value)
value - allowed object is
Stringpublic DestinationUrlType getDestinationUrlType()
DestinationUrlTypepublic void setDestinationUrlType(DestinationUrlType value)
value - allowed object is
DestinationUrlTypeCopyright © 2018. All Rights Reserved.