public class ApplicationMNPRelInfoResp extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ApplicationMNPRelInfoResp() | 
| ApplicationMNPRelInfoResp(ApplicationMNPRelInfoResp 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 | getEffectMNPVersion()Get Effective version
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getEffectStatus()Get Effectiveness. | 
| String | getMNPDesc()Get 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 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 | getMNPOnlineVersion()Get Online version
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 | getOnlineStatus()Get 0: Not released; 1: Released
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setEffectMNPVersion(String EffectMNPVersion)Set Effective version
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setEffectStatus(Long EffectStatus)Set Effectiveness. | 
| void | setMNPDesc(String MNPDesc)Set 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 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 | setMNPOnlineVersion(String MNPOnlineVersion)Set Online version
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 | setOnlineStatus(Long OnlineStatus)Set 0: Not released; 1: Released
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 ApplicationMNPRelInfoResp()
public ApplicationMNPRelInfoResp(ApplicationMNPRelInfoResp source)
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 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 getMNPIntro()
public void setMNPIntro(String MNPIntro)
MNPIntro - Introduction
Note: This field may return null, indicating that no valid values can be obtained.public String getMNPDesc()
public void setMNPDesc(String MNPDesc)
MNPDesc - Description
Note: This field may return null, indicating that no valid values can be obtained.public Long getEffectStatus()
public void setEffectStatus(Long EffectStatus)
EffectStatus - Effectiveness. 1: Not effective 2: Effective
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
Note: This field may return null, indicating that no valid values can be obtained.public String getMNPOnlineVersion()
public void setMNPOnlineVersion(String MNPOnlineVersion)
MNPOnlineVersion - Online version
Note: This field may return null, indicating that no valid values can be obtained.public Long getOnlineStatus()
public void setOnlineStatus(Long OnlineStatus)
OnlineStatus - 0: Not released; 1: Released
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.