public class UrlData extends Object
Java class for UrlData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UrlData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="urlId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="finalUrls" type="{https://adwords.google.com/api/adwords/cm/v201809}UrlList" minOccurs="0"/>
<element name="finalMobileUrls" type="{https://adwords.google.com/api/adwords/cm/v201809}UrlList" minOccurs="0"/>
<element name="trackingUrlTemplate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected UrlList |
finalMobileUrls |
protected UrlList |
finalUrls |
protected String |
trackingUrlTemplate |
protected String |
urlId |
| Constructor and Description |
|---|
UrlData() |
| Modifier and Type | Method and Description |
|---|---|
UrlList |
getFinalMobileUrls()
Gets the value of the finalMobileUrls property.
|
UrlList |
getFinalUrls()
Gets the value of the finalUrls property.
|
String |
getTrackingUrlTemplate()
Gets the value of the trackingUrlTemplate property.
|
String |
getUrlId()
Gets the value of the urlId property.
|
void |
setFinalMobileUrls(UrlList value)
Sets the value of the finalMobileUrls property.
|
void |
setFinalUrls(UrlList value)
Sets the value of the finalUrls property.
|
void |
setTrackingUrlTemplate(String value)
Sets the value of the trackingUrlTemplate property.
|
void |
setUrlId(String value)
Sets the value of the urlId property.
|
protected String urlId
protected UrlList finalUrls
protected UrlList finalMobileUrls
protected String trackingUrlTemplate
public String getUrlId()
Stringpublic void setUrlId(String value)
value - allowed object is
Stringpublic UrlList getFinalUrls()
UrlListpublic void setFinalUrls(UrlList value)
value - allowed object is
UrlListpublic UrlList getFinalMobileUrls()
UrlListpublic void setFinalMobileUrls(UrlList value)
value - allowed object is
UrlListpublic String getTrackingUrlTemplate()
StringCopyright © 2023. All rights reserved.