public class DescribeMNPPreviewResp extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeMNPPreviewResp()  | 
DescribeMNPPreviewResp(DescribeMNPPreviewResp 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 | 
getMNPDesc()
Get Mini program description
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 | 
getMNPName()
Get Mini program name
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getMNPVersion()
Get Mini program version
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getMNPVersionIntro()
Get Mini program introduction
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getPreviewEntrancePath()
Get Path to the preview version
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getQRCodeUrl()
Get Mini program QR code
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 | 
setMNPId(String MNPId)
Set Mini program ID
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 | 
setMNPVersion(String MNPVersion)
Set Mini program version
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setMNPVersionIntro(String MNPVersionIntro)
Set Mini program introduction
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setPreviewEntrancePath(String PreviewEntrancePath)
Set Path to the preview version
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setQRCodeUrl(String QRCodeUrl)
Set Mini program QR code
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 DescribeMNPPreviewResp()
public DescribeMNPPreviewResp(DescribeMNPPreviewResp 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 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 getMNPVersion()
public void setMNPVersion(String MNPVersion)
MNPVersion - Mini program version
Note: This field may return null, indicating that no valid values can be obtained.public String getMNPVersionIntro()
public void setMNPVersionIntro(String MNPVersionIntro)
MNPVersionIntro - Mini program introduction
Note: This field may return null, indicating that no valid values can be obtained.public String getQRCodeUrl()
public void setQRCodeUrl(String QRCodeUrl)
QRCodeUrl - Mini program QR code
Note: This field may return null, indicating that no valid values can be obtained.public String getPreviewEntrancePath()
public void setPreviewEntrancePath(String PreviewEntrancePath)
PreviewEntrancePath - Path to the preview version
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.