public class DescribeMNPListData extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeMNPListData()  | 
DescribeMNPListData(DescribeMNPListData 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 | 
getApplicationName()
Get Application name
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 | 
getEffectMNPVersion()
Get Effective version number of the application that bound with the mini program
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getEffectMNPVersionId()
Get ID of the application bound with the mini program
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getEffectStatus()
Get Effective status of the bound application. 
 | 
String | 
getMNPIcon()
Get Mini program icon 
 | 
String | 
getMNPId()
Get Mini program ID 
 | 
String | 
getMNPIntro()
Get Mini program introduction
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getMNPName()
Get Mini program name 
 | 
String | 
getMNPType()
Get Mini program type 
 | 
Long | 
getStatus()
Get Whether the mini program is submitted to the application. 
 | 
String | 
getTeamName()
Get Name of the associated team 
 | 
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 | 
setApplicationName(String ApplicationName)
Set Application name
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 | 
setEffectMNPVersion(String EffectMNPVersion)
Set Effective version number of the application that bound with the mini program
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setEffectMNPVersionId(Long EffectMNPVersionId)
Set ID of the application bound with the mini program
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setEffectStatus(Long EffectStatus)
Set Effective status of the bound application. 
 | 
void | 
setMNPIcon(String MNPIcon)
Set Mini program icon 
 | 
void | 
setMNPId(String MNPId)
Set Mini program ID 
 | 
void | 
setMNPIntro(String MNPIntro)
Set Mini program introduction
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setMNPName(String MNPName)
Set Mini program name 
 | 
void | 
setMNPType(String MNPType)
Set Mini program type 
 | 
void | 
setStatus(Long Status)
Set Whether the mini program is submitted to the application. 
 | 
void | 
setTeamName(String TeamName)
Set Name of the associated team 
 | 
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 DescribeMNPListData()
public DescribeMNPListData(DescribeMNPListData source)
public String getMNPId()
public void setMNPId(String MNPId)
MNPId - Mini program IDpublic String getMNPIcon()
public void setMNPIcon(String MNPIcon)
MNPIcon - Mini program iconpublic String getMNPName()
public void setMNPName(String MNPName)
MNPName - Mini program namepublic String getTeamName()
public void setTeamName(String TeamName)
TeamName - Name of the associated teampublic String getMNPType()
public void setMNPType(String MNPType)
MNPType - Mini program typepublic Long getStatus()
public void setStatus(Long Status)
Status - Whether the mini program is submitted to the application. 1: Submitted; 2: Removed
Note: This field may return null, indicating that no valid values can be obtained.public String getMNPIntro()
public void setMNPIntro(String MNPIntro)
MNPIntro - Mini program introduction
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 getApplicationName()
public void setApplicationName(String ApplicationName)
ApplicationName - Application name
Note: This field may return null, indicating that no valid values can be obtained.public Long getEffectStatus()
public void setEffectStatus(Long EffectStatus)
EffectStatus - Effective status of the bound application. 1: Not effective; 2: Effective
Note: This field may return null, indicating that no valid values can be obtained.public Long getEffectMNPVersionId()
public void setEffectMNPVersionId(Long EffectMNPVersionId)
EffectMNPVersionId - ID of the application bound with the mini program
Note: This field may return null, indicating that no valid values can be obtained.public String getEffectMNPVersion()
public void setEffectMNPVersion(String EffectMNPVersion)
EffectMNPVersion - Effective version number of the application that bound with the mini program
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.