public class MobileAppCategory extends Criterion
Java class for MobileAppCategory complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MobileAppCategory">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}Criterion">
<sequence>
<element name="mobileAppCategoryId" type="{http://www.w3.org/2001/XMLSchema}int" 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 |
displayName |
protected Integer |
mobileAppCategoryId |
criterionType, id, type| Constructor and Description |
|---|
MobileAppCategory() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Gets the value of the displayName property.
|
Integer |
getMobileAppCategoryId()
Gets the value of the mobileAppCategoryId property.
|
void |
setDisplayName(String value)
Sets the value of the displayName property.
|
void |
setMobileAppCategoryId(Integer value)
Sets the value of the mobileAppCategoryId property.
|
getCriterionType, getId, getType, setCriterionType, setId, setTypeprotected Integer mobileAppCategoryId
protected String displayName
public Integer getMobileAppCategoryId()
Integerpublic void setMobileAppCategoryId(Integer value)
value - allowed object is
Integerpublic String getDisplayName()
StringCopyright © 2023. All rights reserved.