public class AndroidAppVersionInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
AndroidAppVersionInfo() |
AndroidAppVersionInfo(AndroidAppVersionInfo 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 |
getAndroidAppVersion()
Get 安卓应用版本
|
String |
getCleanupMode()
Get 应用资源清理模式(实例安装应用所用资源),取值:CLEANUP_ON_UNINSTALL(默认值),卸载 App 时清理;CLEANUP_AFTER_INSTALL,安装 App 后立即清理。普通应用只有 CLEANUP_AFTER_INSTALL 模式。
|
String |
getCommand()
Get shell 安装命令(支持多条命令执行,通过 && 组合;只在应用 AppMode 为 ADVANCED 高级模式下 才会生效)
|
String |
getCreateTime()
Get 安卓应用版本创建时间
|
String |
getState()
Get 安卓应用版本创建状态(NORMAL:无、UPLOADING:上传中、
CREATING: 创建中、
CREATE_FAIL:创建失败、CREATE_SUCCESS:创建成功)
|
String |
getUninstallCommand()
Get shell 卸载命令(支持多条命令执行,通过 && 组合;只在应用 AppMode 为 ADVANCED 高级模式下 才会生效)
|
void |
setAndroidAppVersion(String AndroidAppVersion)
Set 安卓应用版本
|
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 |
setCreateTime(String CreateTime)
Set 安卓应用版本创建时间
|
void |
setState(String State)
Set 安卓应用版本创建状态(NORMAL:无、UPLOADING:上传中、
CREATING: 创建中、
CREATE_FAIL:创建失败、CREATE_SUCCESS:创建成功)
|
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, toJsonString
public AndroidAppVersionInfo()
public AndroidAppVersionInfo(AndroidAppVersionInfo source)
public String getAndroidAppVersion()
public void setAndroidAppVersion(String AndroidAppVersion)
AndroidAppVersion
- 安卓应用版本public String getState()
public void setState(String State)
State
- 安卓应用版本创建状态(NORMAL:无、UPLOADING:上传中、
CREATING: 创建中、
CREATE_FAIL:创建失败、CREATE_SUCCESS:创建成功)public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 安卓应用版本创建时间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.