public class CreateAndroidAppRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateAndroidAppRequest() | 
| CreateAndroidAppRequest(CreateAndroidAppRequest 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 | getAppMode()Get 应用模式(NORMAL : 普通模式、只支持 apk 文件上传,为默认值;ADVANCED : 高级模式、只支持上传 tgz 文件 和 自定义 shell 命令执行) | 
| String | getName()Get 安卓应用名字 | 
| String | getUserId()Get 用户 Id | 
| void | setAppMode(String AppMode)Set 应用模式(NORMAL : 普通模式、只支持 apk 文件上传,为默认值;ADVANCED : 高级模式、只支持上传 tgz 文件 和 自定义 shell 命令执行) | 
| void | setName(String Name)Set 安卓应用名字 | 
| void | setUserId(String UserId)Set 用户 Id | 
| 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 CreateAndroidAppRequest()
public CreateAndroidAppRequest(CreateAndroidAppRequest source)
public String getName()
public void setName(String Name)
Name - 安卓应用名字public String getUserId()
public void setUserId(String UserId)
UserId - 用户 Idpublic String getAppMode()
public void setAppMode(String AppMode)
AppMode - 应用模式(NORMAL : 普通模式、只支持 apk 文件上传,为默认值;ADVANCED : 高级模式、只支持上传 tgz 文件 和 自定义 shell 命令执行)Copyright © 2025. All rights reserved.