public class CreateAndroidAppVersionRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateAndroidAppVersionRequest() | 
| CreateAndroidAppVersionRequest(CreateAndroidAppVersionRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAndroidAppId()Get 应用ID | 
| String | getCleanupMode()Get 应用资源清理模式(实例安装应用所用资源),取值:CLEANUP_ON_UNINSTALL(默认值),卸载 App 时清理;CLEANUP_AFTER_INSTALL,安装 App 后立即清理。普通应用只有 CLEANUP_AFTER_INSTALL 模式。 | 
| String | getCommand()Get 应用 shell 安装命令(支持多条命令执行,通过 && 组合;只在应用 AppMode 为 ADVANCED 高级模式下 才会生效) | 
| String | getDownloadUrl()Get 应用包下载地址 | 
| String | getUninstallCommand()Get 应用 shell 卸载命令(支持多条命令执行,通过 && 组合;只在应用 AppMode 为 ADVANCED 高级模式下 才会生效) | 
| void | setAndroidAppId(String AndroidAppId)Set 应用ID | 
| void | setCleanupMode(String CleanupMode)Set 应用资源清理模式(实例安装应用所用资源),取值:CLEANUP_ON_UNINSTALL(默认值),卸载 App 时清理;CLEANUP_AFTER_INSTALL,安装 App 后立即清理。普通应用只有 CLEANUP_AFTER_INSTALL 模式。 | 
| void | setCommand(String Command)Set 应用 shell 安装命令(支持多条命令执行,通过 && 组合;只在应用 AppMode 为 ADVANCED 高级模式下 才会生效) | 
| void | setDownloadUrl(String DownloadUrl)Set 应用包下载地址 | 
| void | setUninstallCommand(String UninstallCommand)Set 应用 shell 卸载命令(支持多条命令执行,通过 && 组合;只在应用 AppMode 为 ADVANCED 高级模式下 才会生效) | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateAndroidAppVersionRequest()
public CreateAndroidAppVersionRequest(CreateAndroidAppVersionRequest source)
public String getAndroidAppId()
public void setAndroidAppId(String AndroidAppId)
AndroidAppId - 应用IDpublic String getDownloadUrl()
public void setDownloadUrl(String DownloadUrl)
DownloadUrl - 应用包下载地址public String getCommand()
public void setCommand(String Command)
Command - 应用 shell 安装命令(支持多条命令执行,通过 && 组合;只在应用 AppMode 为 ADVANCED 高级模式下 才会生效)public String getUninstallCommand()
public void setUninstallCommand(String UninstallCommand)
UninstallCommand - 应用 shell 卸载命令(支持多条命令执行,通过 && 组合;只在应用 AppMode 为 ADVANCED 高级模式下 才会生效)public String getCleanupMode()
public void setCleanupMode(String CleanupMode)
CleanupMode - 应用资源清理模式(实例安装应用所用资源),取值:CLEANUP_ON_UNINSTALL(默认值),卸载 App 时清理;CLEANUP_AFTER_INSTALL,安装 App 后立即清理。普通应用只有 CLEANUP_AFTER_INSTALL 模式。Copyright © 2025. All rights reserved.