public class WechatPublishTask extends AbstractModel
header, skipSign| Constructor and Description |
|---|
WechatPublishTask() |
WechatPublishTask(WechatPublishTask 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 |
|---|---|
Long |
getDefinition()
Get Release on WeChat template ID.
|
Long |
getErrCode()
Get Error code
0: success;
Other values: failure.
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getFileId()
Get ID of published video file.
|
String |
getMessage()
Get Error message.
|
Long |
getSourceDefinition()
Get ID of the transcoding template corresponding to the published video.
|
String |
getStatus()
Get Task status.
|
String |
getTaskId()
Get Task ID.
|
String |
getWechatStatus()
Get Release on WeChat status.
|
String |
getWechatUrl()
Get WeChat address.
|
String |
getWechatVid()
Get WeChat `Vid`.
|
void |
setDefinition(Long Definition)
Set Release on WeChat template ID.
|
void |
setErrCode(Long ErrCode)
Set Error code
0: success;
Other values: failure.
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setFileId(String FileId)
Set ID of published video file.
|
void |
setMessage(String Message)
Set Error message.
|
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 |
setWechatStatus(String WechatStatus)
Set Release on WeChat status.
|
void |
setWechatUrl(String WechatUrl)
Set WeChat address.
|
void |
setWechatVid(String WechatVid)
Set WeChat `Vid`.
|
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 WechatPublishTask()
public WechatPublishTask(WechatPublishTask source)
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.
Note: this field may return null, indicating that no valid values can be obtained.public String getFileId()
public void setFileId(String FileId)
FileId - ID of published video file.
Note: this field may return null, indicating that no valid values can be obtained.public Long getDefinition()
public void setDefinition(Long Definition)
Definition - Release on WeChat template ID.
Note: this field may return null, indicating that no valid values can be obtained.public Long getSourceDefinition()
public void setSourceDefinition(Long SourceDefinition)
SourceDefinition - ID of the transcoding template corresponding to the published video. 0 represents the source video.
Note: this field may return null, indicating that no valid values can be obtained.public String getWechatStatus()
public void setWechatStatus(String WechatStatus)
WechatStatus - Release on WeChat status. Valid values:
public String getWechatVid()
public void setWechatVid(String WechatVid)
WechatVid - WeChat `Vid`.
Note: this field may return null, indicating that no valid values can be obtained.public String getWechatUrl()
public void setWechatUrl(String WechatUrl)
WechatUrl - WeChat address.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.