public class CreateApplicationRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CreateApplicationRequest()  | 
CreateApplicationRequest(CreateApplicationRequest 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 | 
getAndroidAppKey()
Get Android app package name 
 | 
String | 
getApplicationName()
Get Application name 
 | 
Long | 
getApplicationType()
Get Application type. 
 | 
String | 
getIntro()
Get Introduction 
 | 
String | 
getIosAppKey()
Get iOS App bundleId 
 | 
String | 
getLogo()
Get Logo address 
 | 
String | 
getPlatformId()
Get Platform ID 
 | 
String | 
getRemark()
Get Remarks 
 | 
String | 
getTeamId()
Get Team ID 
 | 
void | 
setAndroidAppKey(String AndroidAppKey)
Set Android app package name 
 | 
void | 
setApplicationName(String ApplicationName)
Set Application name 
 | 
void | 
setApplicationType(Long ApplicationType)
Set Application type. 
 | 
void | 
setIntro(String Intro)
Set Introduction 
 | 
void | 
setIosAppKey(String IosAppKey)
Set iOS App bundleId 
 | 
void | 
setLogo(String Logo)
Set Logo address 
 | 
void | 
setPlatformId(String PlatformId)
Set Platform ID 
 | 
void | 
setRemark(String Remark)
Set Remarks 
 | 
void | 
setTeamId(String TeamId)
Set Team 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 CreateApplicationRequest()
public CreateApplicationRequest(CreateApplicationRequest source)
public String getApplicationName()
public void setApplicationName(String ApplicationName)
ApplicationName - Application namepublic String getLogo()
public void setLogo(String Logo)
Logo - Logo addresspublic String getPlatformId()
public void setPlatformId(String PlatformId)
PlatformId - Platform IDpublic String getTeamId()
public void setTeamId(String TeamId)
TeamId - Team IDpublic Long getApplicationType()
public void setApplicationType(Long ApplicationType)
ApplicationType - Application type. 1: Test; 2: Formalpublic String getIntro()
public void setIntro(String Intro)
Intro - Introductionpublic String getAndroidAppKey()
public void setAndroidAppKey(String AndroidAppKey)
AndroidAppKey - Android app package namepublic String getIosAppKey()
public void setIosAppKey(String IosAppKey)
IosAppKey - iOS App bundleIdpublic String getRemark()
public void setRemark(String Remark)
Remark - RemarksCopyright © 2025. All rights reserved.