public class WechatMiniProgramPublishTask extends AbstractModel
Constructor and Description |
---|
WechatMiniProgramPublishTask() |
Modifier and Type | Method and Description |
---|---|
Long |
getErrCode()
Get Error code
0: success;
Other values: failure.
|
String |
getFileId()
Get ID of published video file.
|
String |
getMessage()
Get Error message.
|
String |
getPublishResult()
Get Status of video release on WeChat Mini Program.
|
Long |
getSourceDefinition()
Get ID of the transcoding template corresponding to the published video.
|
String |
getStatus()
Get Task status.
|
String |
getTaskId()
Get Task ID.
|
void |
setErrCode(Long ErrCode)
Set Error code
0: success;
Other values: failure.
|
void |
setFileId(String FileId)
Set ID of published video file.
|
void |
setMessage(String Message)
Set Error message.
|
void |
setPublishResult(String PublishResult)
Set Status of video release on WeChat Mini Program.
|
void |
setSourceDefinition(Long SourceDefinition)
Set ID of the transcoding template corresponding to the published video.
|
void |
setStatus(String Status)
Set Task status.
|
void |
setTaskId(String TaskId)
Set Task ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- Task ID.public String getStatus()
public void setStatus(String Status)
Status
- Task status. Valid values:
WAITING: waiting;
PROCESSING: processing;
FINISH: completed.public Long getErrCode()
public void setErrCode(Long ErrCode)
ErrCode
- Error code
public String getMessage()
public void setMessage(String Message)
Message
- Error message.public String getFileId()
public void setFileId(String FileId)
FileId
- ID of published video file.public Long getSourceDefinition()
public void setSourceDefinition(Long SourceDefinition)
SourceDefinition
- ID of the transcoding template corresponding to the published video. 0 represents the source video.public String getPublishResult()
public void setPublishResult(String PublishResult)
PublishResult
- Status of video release on WeChat Mini Program. Valid values:
Copyright © 2021. All rights reserved.