public class DescribeMNPManagerDetailData extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeMNPManagerDetailData()  | 
DescribeMNPManagerDetailData(DescribeMNPManagerDetailData 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 | 
|---|---|
Long | 
getAccessStatus()
Get Connection status. 
 | 
String | 
getCreateTime()
Get Timestamp of the 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 | 
getMNPDesc()
Get Mini program description
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getMNPIcon()
Get Mini program icon
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getMNPId()
Get Mini program ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
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
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getMNPType()
Get Mini program type 
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getStatus()
Get Mini program release status. 
 | 
String | 
getTeamId()
Get Team ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getTeamName()
Get The name of the associated team
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setAccessStatus(Long AccessStatus)
Set Connection status. 
 | 
void | 
setCreateTime(String CreateTime)
Set Timestamp of the 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 | 
setMNPDesc(String MNPDesc)
Set Mini program description
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setMNPIcon(String MNPIcon)
Set Mini program icon
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setMNPId(String MNPId)
Set Mini program ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
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
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setMNPType(String MNPType)
Set Mini program type 
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setStatus(Long Status)
Set Mini program release status. 
 | 
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 The name of the associated team
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 DescribeMNPManagerDetailData()
public DescribeMNPManagerDetailData(DescribeMNPManagerDetailData source)
public String getMNPType()
public void setMNPType(String MNPType)
MNPType - Mini program type 
Note: This field may return null, indicating that no valid values can be obtained.public String getMNPId()
public void setMNPId(String MNPId)
MNPId - Mini program ID
Note: This field may return null, indicating that no valid values can be obtained.public String getMNPName()
public void setMNPName(String MNPName)
MNPName - Mini program name
Note: This field may return null, indicating that no valid values can be obtained.public String getMNPIcon()
public void setMNPIcon(String MNPIcon)
MNPIcon - Mini program icon
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 getMNPDesc()
public void setMNPDesc(String MNPDesc)
MNPDesc - Mini program description
Note: This field may return null, indicating that no valid values can be obtained.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Timestamp of the creation time
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 Long getAccessStatus()
public void setAccessStatus(Long AccessStatus)
AccessStatus - Connection status. 1: Not connected; 2: Connected
Note: This field may return null, indicating that no valid values can be obtained.public String getTeamName()
public void setTeamName(String TeamName)
TeamName - The name of the associated team
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 Long getStatus()
public void setStatus(Long Status)
Status - Mini program release status. 1: Released; 2: Removed
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.