public class DescribeMNPVersionCompileTaskResp extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeMNPVersionCompileTaskResp() |
DescribeMNPVersionCompileTaskResp(DescribeMNPVersionCompileTaskResp 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 |
---|---|
DescribeMNPVersionCompileTaskExtInfo |
getExtInfo()
Get Additional information
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.
|
Long |
getPkgSize()
Get Packet size
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getQrCodeContent()
Get QR code content
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getQrCodeUrl()
Get QR code address
Note: This field may return null, indicating that no valid values can be obtained.
|
DescribeMNPVersionCompileTaskSubSimpleInfo[] |
getSubPkgInfos()
Get Subpackage information
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getTaskId()
Get Task ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getTaskMsg()
Get Task status message
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getTaskStatus()
Get 1: Pending; 20: Running; 30: Failed; 60: Succeeded
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setExtInfo(DescribeMNPVersionCompileTaskExtInfo ExtInfo)
Set Additional information
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 |
setPkgSize(Long PkgSize)
Set Packet size
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setQrCodeContent(String QrCodeContent)
Set QR code content
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setQrCodeUrl(String QrCodeUrl)
Set QR code address
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSubPkgInfos(DescribeMNPVersionCompileTaskSubSimpleInfo[] SubPkgInfos)
Set Subpackage information
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTaskId(String TaskId)
Set Task ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTaskMsg(String TaskMsg)
Set Task status message
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTaskStatus(Long TaskStatus)
Set 1: Pending; 20: Running; 30: Failed; 60: Succeeded
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 DescribeMNPVersionCompileTaskResp()
public DescribeMNPVersionCompileTaskResp(DescribeMNPVersionCompileTaskResp 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 getTaskId()
public void setTaskId(String TaskId)
TaskId
- Task ID
Note: This field may return null, indicating that no valid values can be obtained.public Long getTaskStatus()
public void setTaskStatus(Long TaskStatus)
TaskStatus
- 1: Pending; 20: Running; 30: Failed; 60: Succeeded
Note: This field may return null, indicating that no valid values can be obtained.public String getTaskMsg()
public void setTaskMsg(String TaskMsg)
TaskMsg
- Task status message
Note: This field may return null, indicating that no valid values can be obtained.public String getQrCodeUrl()
public void setQrCodeUrl(String QrCodeUrl)
QrCodeUrl
- QR code address
Note: This field may return null, indicating that no valid values can be obtained.public Long getPkgSize()
public void setPkgSize(Long PkgSize)
PkgSize
- Packet size
Note: This field may return null, indicating that no valid values can be obtained.public DescribeMNPVersionCompileTaskSubSimpleInfo[] getSubPkgInfos()
public void setSubPkgInfos(DescribeMNPVersionCompileTaskSubSimpleInfo[] SubPkgInfos)
SubPkgInfos
- Subpackage information
Note: This field may return null, indicating that no valid values can be obtained.public String getQrCodeContent()
public void setQrCodeContent(String QrCodeContent)
QrCodeContent
- QR code content
Note: This field may return null, indicating that no valid values can be obtained.public DescribeMNPVersionCompileTaskExtInfo getExtInfo()
public void setExtInfo(DescribeMNPVersionCompileTaskExtInfo ExtInfo)
ExtInfo
- Additional information
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.