public class MobileApplication extends Object
Java class for MobileApplication complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MobileApplication">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="appStoreId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="appStore" type="{https://www.google.com/apis/ads/publisher/v201805}MobileApplicationStore" minOccurs="0"/>
<element name="isArchived" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="appStoreName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="developerName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="platform" type="{https://www.google.com/apis/ads/publisher/v201805}MobileApplicationPlatform" minOccurs="0"/>
<element name="isFree" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="downloadUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MobileApplicationStore |
appStore |
protected String |
appStoreId |
protected String |
appStoreName |
protected String |
developerName |
protected String |
displayName |
protected String |
downloadUrl |
protected Long |
id |
protected Boolean |
isArchived |
protected Boolean |
isFree |
protected MobileApplicationPlatform |
platform |
| Constructor and Description |
|---|
MobileApplication() |
| Modifier and Type | Method and Description |
|---|---|
MobileApplicationStore |
getAppStore()
Gets the value of the appStore property.
|
String |
getAppStoreId()
Gets the value of the appStoreId property.
|
String |
getAppStoreName()
Gets the value of the appStoreName property.
|
String |
getDeveloperName()
Gets the value of the developerName property.
|
String |
getDisplayName()
Gets the value of the displayName property.
|
String |
getDownloadUrl()
Gets the value of the downloadUrl property.
|
Long |
getId()
Gets the value of the id property.
|
MobileApplicationPlatform |
getPlatform()
Gets the value of the platform property.
|
Boolean |
isIsArchived()
Gets the value of the isArchived property.
|
Boolean |
isIsFree()
Gets the value of the isFree property.
|
void |
setAppStore(MobileApplicationStore value)
Sets the value of the appStore property.
|
void |
setAppStoreId(String value)
Sets the value of the appStoreId property.
|
void |
setAppStoreName(String value)
Sets the value of the appStoreName property.
|
void |
setDeveloperName(String value)
Sets the value of the developerName property.
|
void |
setDisplayName(String value)
Sets the value of the displayName property.
|
void |
setDownloadUrl(String value)
Sets the value of the downloadUrl property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setIsArchived(Boolean value)
Sets the value of the isArchived property.
|
void |
setIsFree(Boolean value)
Sets the value of the isFree property.
|
void |
setPlatform(MobileApplicationPlatform value)
Sets the value of the platform property.
|
protected Long id
protected String displayName
protected String appStoreId
protected MobileApplicationStore appStore
protected Boolean isArchived
protected String appStoreName
protected String developerName
protected MobileApplicationPlatform platform
protected Boolean isFree
protected String downloadUrl
public void setId(Long value)
value - allowed object is
Longpublic String getDisplayName()
Stringpublic void setDisplayName(String value)
value - allowed object is
Stringpublic String getAppStoreId()
Stringpublic void setAppStoreId(String value)
value - allowed object is
Stringpublic MobileApplicationStore getAppStore()
MobileApplicationStorepublic void setAppStore(MobileApplicationStore value)
value - allowed object is
MobileApplicationStorepublic Boolean isIsArchived()
Booleanpublic void setIsArchived(Boolean value)
value - allowed object is
Booleanpublic String getAppStoreName()
Stringpublic void setAppStoreName(String value)
value - allowed object is
Stringpublic String getDeveloperName()
Stringpublic void setDeveloperName(String value)
value - allowed object is
Stringpublic MobileApplicationPlatform getPlatform()
MobileApplicationPlatformpublic void setPlatform(MobileApplicationPlatform value)
value - allowed object is
MobileApplicationPlatformpublic Boolean isIsFree()
Booleanpublic void setIsFree(Boolean value)
value - allowed object is
Booleanpublic String getDownloadUrl()
StringCopyright © 2018. All Rights Reserved.