public class DescribeApplicationListData extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeApplicationListData() | 
| DescribeApplicationListData(DescribeApplicationListData 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
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getAppIdentityId()Get App ID
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 Name
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getApplicationType()Get Application type. | 
| String | getCreateTime()Get Creation time
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getCreateUser()Get Creator
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getIntro()Get Introduction | 
| String | getIosAppKey()Get iOS App bundleId
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getLogo()Get Icon | 
| String | getRemark()Get Remarks | 
| Long | getSensitiveApiCount()Get Number 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 time
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getUpdateUser()Get Updater
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setAndroidAppKey(String AndroidAppKey)Set Android app package name
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setAppIdentityId(Long AppIdentityId)Set App ID
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 Name
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setApplicationType(Long ApplicationType)Set Application type. | 
| void | setCreateTime(String CreateTime)Set Creation time
Note: This field may return null, indicating that no valid values can be obtained. | 
| 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 Introduction | 
| void | setIosAppKey(String IosAppKey)Set iOS App bundleId
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setLogo(String Logo)Set Icon | 
| void | setRemark(String Remark)Set Remarks | 
| void | setSensitiveApiCount(Long SensitiveApiCount)Set Number 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 time
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setUpdateUser(String UpdateUser)Set Updater
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 DescribeApplicationListData()
public DescribeApplicationListData(DescribeApplicationListData 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 - App ID
Note: This field may return null, indicating that no valid values can be obtained.public String getApplicationName()
public void setApplicationName(String ApplicationName)
ApplicationName - Name
Note: This field may return null, indicating that no valid values can be obtained.public String getLogo()
public void setLogo(String Logo)
Logo - Iconpublic String getRemark()
public void setRemark(String Remark)
Remark - Remarkspublic String getAndroidAppKey()
public void setAndroidAppKey(String AndroidAppKey)
AndroidAppKey - Android app 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 App 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 - 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 - Updater
Note: This field may return null, indicating that no valid values can be obtained.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - Update time
Note: This field may return null, indicating that no valid values can be obtained.public String getIntro()
public void setIntro(String Intro)
Intro - Introductionpublic 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 - Number 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.