public class ModifyMNPRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ModifyMNPRequest()  | 
ModifyMNPRequest(ModifyMNPRequest 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 
 | 
String | 
getMNPIcon()
Get Mini program icon 
 | 
String | 
getMNPId()
Get Mini program ID 
 | 
String | 
getMNPIntro()
Get Mini program introduction 
 | 
String | 
getMNPName()
Get Mini program name 
 | 
String | 
getMNPType()
Get Mini program type 
 | 
String | 
getPlatformId()
Get Platform ID 
 | 
void | 
setMNPDesc(String MNPDesc)
Set Mini program description 
 | 
void | 
setMNPIcon(String MNPIcon)
Set Mini program icon 
 | 
void | 
setMNPId(String MNPId)
Set Mini program ID 
 | 
void | 
setMNPIntro(String MNPIntro)
Set Mini program introduction 
 | 
void | 
setMNPName(String MNPName)
Set Mini program name 
 | 
void | 
setMNPType(String MNPType)
Set Mini program type 
 | 
void | 
setPlatformId(String PlatformId)
Set Platform ID 
 | 
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 ModifyMNPRequest()
public ModifyMNPRequest(ModifyMNPRequest source)
public String getMNPType()
public void setMNPType(String MNPType)
MNPType - Mini program typepublic String getMNPName()
public void setMNPName(String MNPName)
MNPName - Mini program namepublic String getMNPIntro()
public void setMNPIntro(String MNPIntro)
MNPIntro - Mini program introductionpublic String getMNPDesc()
public void setMNPDesc(String MNPDesc)
MNPDesc - Mini program descriptionpublic String getMNPId()
public void setMNPId(String MNPId)
MNPId - Mini program IDpublic String getPlatformId()
public void setPlatformId(String PlatformId)
PlatformId - Platform IDpublic String getMNPIcon()
public void setMNPIcon(String MNPIcon)
MNPIcon - Mini program iconCopyright © 2025. All rights reserved.