public class MobileApplication extends Criterion
Java class for MobileApplication complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MobileApplication">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}Criterion">
<sequence>
<element name="appId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
appId |
protected String |
displayName |
criterionType, id, type| Constructor and Description |
|---|
MobileApplication() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppId()
Gets the value of the appId property.
|
String |
getDisplayName()
Gets the value of the displayName property.
|
void |
setAppId(String value)
Sets the value of the appId property.
|
void |
setDisplayName(String value)
Sets the value of the displayName property.
|
getCriterionType, getId, getType, setCriterionType, setId, setTypepublic String getAppId()
Stringpublic void setAppId(String value)
value - allowed object is
Stringpublic String getDisplayName()
StringCopyright © 2023. All rights reserved.