public class ApplicationDetail extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ApplicationDetail() | 
| ApplicationDetail(ApplicationDetail 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 package name
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getAndroidAppUrl()Get Android App download address
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getAppIdentityID()Get Product ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getApplicationEnglishName()Get English name of the application (this field is not used yet)
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getApplicationID()Get Application ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getApplicationName()Get The application name. | 
| Long | getApplicationType()Get Application type. | 
| Long | getBindMNPCount()Get Number of bound mini programs
Note: This field may return null, indicating that no valid values can be obtained. | 
| ApplicationMNPRelInfoResp[] | getBindMNPList()Get Information of bound mini programs
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getCreateTime()Get The creation time. | 
| String | getCreateUser()Get Creator
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getIntro()Get Application description
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getIosAppKey()Get iOS bundleId
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getIosAppUrl()Get iOS App download address
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getLogo()Get Application icon
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getRemark()Get Remarks
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getSensitiveApiCount()Get Quantity of sensitive APIs
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getTeamId()Get Team ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getTeamName()Get Team name
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getUpdateTime()Get Update date
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getUpdateUser()Get Updated by
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setAndroidAppKey(String AndroidAppKey)Set Android package name
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setAndroidAppUrl(String AndroidAppUrl)Set Android App download address
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setAppIdentityID(Long AppIdentityID)Set Product ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setApplicationEnglishName(String ApplicationEnglishName)Set English name of the application (this field is not used yet)
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setApplicationID(String ApplicationID)Set Application ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setApplicationName(String ApplicationName)Set The application name. | 
| void | setApplicationType(Long ApplicationType)Set Application type. | 
| void | setBindMNPCount(Long BindMNPCount)Set Number of bound mini programs
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setBindMNPList(ApplicationMNPRelInfoResp[] BindMNPList)Set Information of bound mini programs
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setCreateTime(String CreateTime)Set The creation time. | 
| void | setCreateUser(String CreateUser)Set Creator
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setIntro(String Intro)Set Application description
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setIosAppKey(String IosAppKey)Set iOS bundleId
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setIosAppUrl(String IosAppUrl)Set iOS App download address
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setLogo(String Logo)Set Application icon
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setRemark(String Remark)Set Remarks
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setSensitiveApiCount(Long SensitiveApiCount)Set Quantity of sensitive APIs
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setTeamId(String TeamId)Set Team ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setTeamName(String TeamName)Set Team name
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setUpdateTime(String UpdateTime)Set Update date
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setUpdateUser(String UpdateUser)Set Updated by
Note: This field may return null, indicating that no valid values can be obtained. | 
| 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 ApplicationDetail()
public ApplicationDetail(ApplicationDetail source)
public String getApplicationID()
public void setApplicationID(String ApplicationID)
ApplicationID - Application ID
Note: This field may return null, indicating that no valid values can be obtained.public Long getAppIdentityID()
public void setAppIdentityID(Long AppIdentityID)
AppIdentityID - Product ID
Note: This field may return null, indicating that no valid values can be obtained.public String getApplicationName()
public void setApplicationName(String ApplicationName)
ApplicationName - The application name.
Note: This field may return null, indicating that no valid values can be obtained.public String getApplicationEnglishName()
public void setApplicationEnglishName(String ApplicationEnglishName)
ApplicationEnglishName - English name of the application (this field is not used yet)
Note: This field may return null, indicating that no valid values can be obtained.public String getLogo()
public void setLogo(String Logo)
Logo - Application icon
Note: This field may return null, indicating that no valid values can be obtained.public String getRemark()
public void setRemark(String Remark)
Remark - Remarks
Note: This field may return null, indicating that no valid values can be obtained.public String getAndroidAppKey()
public void setAndroidAppKey(String AndroidAppKey)
AndroidAppKey - Android package name
Note: This field may return null, indicating that no valid values can be obtained.public String getIosAppKey()
public void setIosAppKey(String IosAppKey)
IosAppKey - iOS bundleId
Note: This field may return null, indicating that no valid values can be obtained.public String getCreateUser()
public void setCreateUser(String CreateUser)
CreateUser - Creator
Note: This field may return null, indicating that no valid values can be obtained.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - The creation time.
Note: This field may return null, indicating that no valid values can be obtained.public String getUpdateUser()
public void setUpdateUser(String UpdateUser)
UpdateUser - Updated by
Note: This field may return null, indicating that no valid values can be obtained.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - Update date
Note: This field may return null, indicating that no valid values can be obtained.public Long getBindMNPCount()
public void setBindMNPCount(Long BindMNPCount)
BindMNPCount - Number of bound mini programs
Note: This field may return null, indicating that no valid values can be obtained.public ApplicationMNPRelInfoResp[] getBindMNPList()
public void setBindMNPList(ApplicationMNPRelInfoResp[] BindMNPList)
BindMNPList - Information of bound mini programs
Note: This field may return null, indicating that no valid values can be obtained.public String getIntro()
public void setIntro(String Intro)
Intro - Application description
Note: This field may return null, indicating that no valid values can be obtained.public String getAndroidAppUrl()
public void setAndroidAppUrl(String AndroidAppUrl)
AndroidAppUrl - Android App download address
Note: This field may return null, indicating that no valid values can be obtained.public String getIosAppUrl()
public void setIosAppUrl(String IosAppUrl)
IosAppUrl - iOS App download address
Note: This field may return null, indicating that no valid values can be obtained.public String getTeamId()
public void setTeamId(String TeamId)
TeamId - Team ID
Note: This field may return null, indicating that no valid values can be obtained.public String getTeamName()
public void setTeamName(String TeamName)
TeamName - Team name
Note: This field may return null, indicating that no valid values can be obtained.public Long getSensitiveApiCount()
public void setSensitiveApiCount(Long SensitiveApiCount)
SensitiveApiCount - Quantity of sensitive APIs
Note: This field may return null, indicating that no valid values can be obtained.public Long getApplicationType()
public void setApplicationType(Long ApplicationType)
ApplicationType - Application type. 1: Test; 2: Formal
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.