public class MobileApplication extends Object implements Serializable
| Constructor and Description |
|---|
MobileApplication() |
MobileApplication(Long id,
Long applicationId,
String displayName,
String appStoreId,
MobileApplicationStore[] appStores,
Boolean isArchived,
String appStoreName,
String applicationCode,
String developerName,
MobileApplicationPlatform platform,
Boolean isFree,
String downloadUrl) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getApplicationCode()
Gets the applicationCode value for this MobileApplication.
|
Long |
getApplicationId()
Gets the applicationId value for this MobileApplication.
|
String |
getAppStoreId()
Gets the appStoreId value for this MobileApplication.
|
String |
getAppStoreName()
Gets the appStoreName value for this MobileApplication.
|
MobileApplicationStore[] |
getAppStores()
Gets the appStores value for this MobileApplication.
|
MobileApplicationStore |
getAppStores(int i) |
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 |
setApplicationCode(String applicationCode)
Sets the applicationCode value for this MobileApplication.
|
void |
setApplicationId(Long applicationId)
Sets the applicationId 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 |
setAppStores(int i,
MobileApplicationStore _value) |
void |
setAppStores(MobileApplicationStore[] appStores)
Sets the appStores 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, Long applicationId, String displayName, String appStoreId, MobileApplicationStore[] appStores, Boolean isArchived, String appStoreName, String applicationCode, 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 Long getApplicationId()
id field is being deprecated in favor
of this new ID space.public void setApplicationId(Long applicationId)
applicationId - * Uniquely identifies the mobile application. This attribute
is read-only and is assigned by
Google when a mobile application is claimed. The id field is being deprecated in favor
of this new ID space.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[] getAppStores()
public void setAppStores(MobileApplicationStore[] appStores)
appStores - * The app stores the mobile application belongs to. This attribute
is required for creation and
is mutable to allow for third party app store linking.public MobileApplicationStore getAppStores(int i)
public void setAppStores(int i,
MobileApplicationStore _value)
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 getApplicationCode()
Note that the UI refers to this as "App ID".
public void setApplicationCode(String applicationCode)
applicationCode - * The application code used to identify the app in the SDK. This
attribute is read-only and
populated by Google.
Note that the UI refers to this as "App ID".
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.