public class ApplicationInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
ApplicationInfo() |
ApplicationInfo(ApplicationInfo 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
|
Long |
getAppIdentityID()
Get Product ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getApplicationEnglishName()
Get English name
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 1-Test 2-Formal
Note: This field may return null, indicating that no valid values can be obtained.
|
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 |
getCustomerID()
Get Platform ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getIntro()
Get Introduction
|
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
|
String |
getLogo()
Get Icon
|
String |
getRemark()
Get Remarks
|
Long |
getSensitiveApiCount()
Get Number of privacy 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 Updater
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
|
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
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 1-Test 2-Formal
Note: This field may return null, indicating that no valid values can be obtained.
|
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 |
setCustomerID(String CustomerID)
Set Platform ID
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 bundleId
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setIosAppUrl(String IosAppUrl)
Set iOS app download address
|
void |
setLogo(String Logo)
Set Icon
|
void |
setRemark(String Remark)
Set Remarks
|
void |
setSensitiveApiCount(Long SensitiveApiCount)
Set Number of privacy 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 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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ApplicationInfo()
public ApplicationInfo(ApplicationInfo source)
public String getCustomerID()
public void setCustomerID(String CustomerID)
CustomerID
- Platform ID
Note: This field may return null, indicating that no valid values can be obtained.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
- 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
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 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
- 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 date
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 getIosAppUrl()
public void setIosAppUrl(String IosAppUrl)
IosAppUrl
- iOS app download addresspublic String getAndroidAppUrl()
public void setAndroidAppUrl(String AndroidAppUrl)
AndroidAppUrl
- Android app download addresspublic 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 privacy 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 © 2024. All rights reserved.