public class AppUrl extends Object
Java class for AppUrl complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AppUrl">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="osType" type="{https://adwords.google.com/api/adwords/cm/v201809}AppUrl.OsType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AppUrlOsType |
osType |
protected String |
url |
| Constructor and Description |
|---|
AppUrl() |
| Modifier and Type | Method and Description |
|---|---|
AppUrlOsType |
getOsType()
Gets the value of the osType property.
|
String |
getUrl()
Gets the value of the url property.
|
void |
setOsType(AppUrlOsType value)
Sets the value of the osType property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
protected String url
protected AppUrlOsType osType
public String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic AppUrlOsType getOsType()
AppUrlOsTypepublic void setOsType(AppUrlOsType value)
value - allowed object is
AppUrlOsTypeCopyright © 2023. All rights reserved.