public class CreateConsoleMNPVersionCompileTaskRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CreateConsoleMNPVersionCompileTaskRequest()  | 
CreateConsoleMNPVersionCompileTaskRequest(CreateConsoleMNPVersionCompileTaskRequest 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 | 
getFileInnerUrl()
Get Internal URL of the document 
 | 
String | 
getFileUrl()
Get External URL of the document 
 | 
String | 
getMNPId()
Get Mini program ID 
 | 
String | 
getMNPVersion()
Get Version 
 | 
String | 
getMNPVersionDesc()
Get Version description 
 | 
String | 
getMNPVersionIntro()
Get Version introduction 
 | 
String | 
getPlatformId()
Get Platform ID 
 | 
Long | 
getReleaseChannel()
Get Upload platform 1- TCMPP 2 WeChat 3. 
 | 
Long | 
getSourceType()
Get Type 1 Unencrypted 2 Encrypted 3 Source 
 | 
Long | 
getTaskType()
Get Type 2 Version 
 | 
void | 
setFileInnerUrl(String FileInnerUrl)
Set Internal URL of the document 
 | 
void | 
setFileUrl(String FileUrl)
Set External URL of the document 
 | 
void | 
setMNPId(String MNPId)
Set Mini program ID 
 | 
void | 
setMNPVersion(String MNPVersion)
Set Version 
 | 
void | 
setMNPVersionDesc(String MNPVersionDesc)
Set Version description 
 | 
void | 
setMNPVersionIntro(String MNPVersionIntro)
Set Version introduction 
 | 
void | 
setPlatformId(String PlatformId)
Set Platform ID 
 | 
void | 
setReleaseChannel(Long ReleaseChannel)
Set Upload platform 1- TCMPP 2 WeChat 3. 
 | 
void | 
setSourceType(Long SourceType)
Set Type 1 Unencrypted 2 Encrypted 3 Source 
 | 
void | 
setTaskType(Long TaskType)
Set Type 2 Version 
 | 
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 CreateConsoleMNPVersionCompileTaskRequest()
public CreateConsoleMNPVersionCompileTaskRequest(CreateConsoleMNPVersionCompileTaskRequest source)
public String getMNPId()
public void setMNPId(String MNPId)
MNPId - Mini program IDpublic String getMNPVersion()
public void setMNPVersion(String MNPVersion)
MNPVersion - Versionpublic String getFileUrl()
public void setFileUrl(String FileUrl)
FileUrl - External URL of the documentpublic String getFileInnerUrl()
public void setFileInnerUrl(String FileInnerUrl)
FileInnerUrl - Internal URL of the documentpublic String getPlatformId()
public void setPlatformId(String PlatformId)
PlatformId - Platform IDpublic Long getTaskType()
public void setTaskType(Long TaskType)
TaskType - Type 2 Versionpublic String getMNPVersionIntro()
public void setMNPVersionIntro(String MNPVersionIntro)
MNPVersionIntro - Version introductionpublic String getMNPVersionDesc()
public void setMNPVersionDesc(String MNPVersionDesc)
MNPVersionDesc - Version descriptionpublic Long getSourceType()
public void setSourceType(Long SourceType)
SourceType - Type 1 Unencrypted 2 Encrypted 3 Sourcepublic Long getReleaseChannel()
public void setReleaseChannel(Long ReleaseChannel)
ReleaseChannel - Upload platform 1- TCMPP 2 WeChat 3. TCMPP + WeChatCopyright © 2025. All rights reserved.