public class DescribeShowCaseResp extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeShowCaseResp() |
DescribeShowCaseResp(DescribeShowCaseResp 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 |
---|---|
ShowCaseRelAppInfo[] |
getAppList()
Get Application information
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 |
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 |
getQRCodeUrl()
Get Mini program QR code
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getTestEntrancePath()
Get Path to the demo
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAppList(ShowCaseRelAppInfo[] AppList)
Set Application information
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 |
setQRCodeUrl(String QRCodeUrl)
Set Mini program QR code
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTestEntrancePath(String TestEntrancePath)
Set Path to the demo
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 DescribeShowCaseResp()
public DescribeShowCaseResp(DescribeShowCaseResp 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 ShowCaseRelAppInfo[] getAppList()
public void setAppList(ShowCaseRelAppInfo[] AppList)
AppList
- Application information
Note: This field may return null, indicating that no valid values can be obtained.public String getTestEntrancePath()
public void setTestEntrancePath(String TestEntrancePath)
TestEntrancePath
- Path to the demo
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.