public class CreateApplicationAndVideoRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateApplicationAndVideoRequest() | 
| CreateApplicationAndVideoRequest(CreateApplicationAndVideoRequest 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 | getAppName()Get 应用名称 | 
| String | getBundleId()Get Ios 包名 | 
| String | getPackageName()Get Android 包名 | 
| void | setAppName(String AppName)Set 应用名称 | 
| void | setBundleId(String BundleId)Set Ios 包名 | 
| void | setPackageName(String PackageName)Set Android 包名 | 
| 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 CreateApplicationAndVideoRequest()
public CreateApplicationAndVideoRequest(CreateApplicationAndVideoRequest source)
public String getAppName()
public void setAppName(String AppName)
AppName - 应用名称public String getBundleId()
public void setBundleId(String BundleId)
BundleId - Ios 包名public String getPackageName()
public void setPackageName(String PackageName)
PackageName - Android 包名Copyright © 2025. All rights reserved.