public class MobileApplication extends Object implements Serializable
| Constructor and Description |
|---|
MobileApplication() |
MobileApplication(Long id,
String displayName,
String appStoreId,
MobileApplicationStore appStore,
Boolean isArchived,
String appStoreName,
String developerName,
MobileApplicationPlatform platform,
Boolean isFree,
String downloadUrl) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
MobileApplicationStore |
getAppStore()
Gets the appStore value for this MobileApplication.
|
String |
getAppStoreId()
Gets the appStoreId value for this MobileApplication.
|
String |
getAppStoreName()
Gets the appStoreName value for this MobileApplication.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getDeveloperName()
Gets the developerName value for this MobileApplication.
|
String |
getDisplayName()
Gets the displayName value for this MobileApplication.
|
String |
getDownloadUrl()
Gets the downloadUrl value for this MobileApplication.
|
Long |
getId()
Gets the id value for this MobileApplication.
|
Boolean |
getIsArchived()
Gets the isArchived value for this MobileApplication.
|
Boolean |
getIsFree()
Gets the isFree value for this MobileApplication.
|
MobileApplicationPlatform |
getPlatform()
Gets the platform value for this MobileApplication.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setAppStore(MobileApplicationStore appStore)
Sets the appStore value for this MobileApplication.
|
void |
setAppStoreId(String appStoreId)
Sets the appStoreId value for this MobileApplication.
|
void |
setAppStoreName(String appStoreName)
Sets the appStoreName value for this MobileApplication.
|
void |
setDeveloperName(String developerName)
Sets the developerName value for this MobileApplication.
|
void |
setDisplayName(String displayName)
Sets the displayName value for this MobileApplication.
|
void |
setDownloadUrl(String downloadUrl)
Sets the downloadUrl value for this MobileApplication.
|
void |
setId(Long id)
Sets the id value for this MobileApplication.
|
void |
setIsArchived(Boolean isArchived)
Sets the isArchived value for this MobileApplication.
|
void |
setIsFree(Boolean isFree)
Sets the isFree value for this MobileApplication.
|
void |
setPlatform(MobileApplicationPlatform platform)
Sets the platform value for this MobileApplication.
|
String |
toString() |
public MobileApplication()
public MobileApplication(Long id, String displayName, String appStoreId, MobileApplicationStore appStore, Boolean isArchived, String appStoreName, String developerName, MobileApplicationPlatform platform, Boolean isFree, String downloadUrl)
public Long getId()
public void setId(Long id)
id - * Uniquely identifies the mobile application. This attribute
is read-only and is
assigned by Google when a mobile application is claimed.public String getDisplayName()
public void setDisplayName(String displayName)
displayName - * The display name of the mobile application. This attribute
is required and
has a maximum length of 255 characters.public String getAppStoreId()
public void setAppStoreId(String appStoreId)
appStoreId - * The app store ID of the app to claim. This attribute is required
for creation and
then is read-only.public MobileApplicationStore getAppStore()
public void setAppStore(MobileApplicationStore appStore)
appStore - * The app store the mobile application belongs to. This attribute
is required for
creation and then is read-only.public Boolean getIsArchived()
public void setIsArchived(Boolean isArchived)
isArchived - * The archival status of the mobile application. This attribute
is read-only.public String getAppStoreName()
public void setAppStoreName(String appStoreName)
appStoreName - * The name of the application on the app store. This attribute
is read-only
and populated by Google.public String getDeveloperName()
public void setDeveloperName(String developerName)
developerName - * The name of the developer of the mobile application. This attribute
is read-only
and populated by Google.public MobileApplicationPlatform getPlatform()
public void setPlatform(MobileApplicationPlatform platform)
platform - * The platform the mobile application runs on. This attribute
is read-only
and populated by Google.public Boolean getIsFree()
public void setIsFree(Boolean isFree)
isFree - * Whether the mobile application is free on the app store it
belongs to.
This attribute is read-only and populated by Google.public String getDownloadUrl()
public void setDownloadUrl(String downloadUrl)
downloadUrl - * The download URL of the mobile application on the app store
it belongs to.
This attribute is read-only and populated by Google.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2022. All rights reserved.