public class DescribeMNPVersionResp extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeMNPVersionResp() |
DescribeMNPVersionResp(DescribeMNPVersionResp 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 |
getMNPId()
Get Mini program ID
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 |
setMNPId(String MNPId)
Set Mini program ID
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 DescribeMNPVersionResp()
public DescribeMNPVersionResp(DescribeMNPVersionResp 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.Copyright © 2024. All rights reserved.