public class LiveScheduleTask extends AbstractModel
header, skipSign
Constructor and Description |
---|
LiveScheduleTask() |
LiveScheduleTask(LiveScheduleTask 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 |
getErrCode()
Get If the value returned is not `0`, there was a source error.
|
LiveActivityResult[] |
getLiveActivityResultSet()
Get The task output.
|
String |
getMessage()
Get If there was a source error, this parameter is the error message.
|
String |
getStatus()
Get The task status.
|
String |
getTaskId()
Get The ID of a live scheme subtask.
|
String |
getUrl()
Get The URL of the live stream.
|
void |
setErrCode(Long ErrCode)
Set If the value returned is not `0`, there was a source error.
|
void |
setLiveActivityResultSet(LiveActivityResult[] LiveActivityResultSet)
Set The task output.
|
void |
setMessage(String Message)
Set If there was a source error, this parameter is the error message.
|
void |
setStatus(String Status)
Set The task status.
|
void |
setTaskId(String TaskId)
Set The ID of a live scheme subtask.
|
void |
setUrl(String Url)
Set The URL of the live stream.
|
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 LiveScheduleTask()
public LiveScheduleTask(LiveScheduleTask source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- The ID of a live scheme subtask.
Note: This field may return·null, indicating that no valid values can be obtained.public String getStatus()
public void setStatus(String Status)
Status
- The task status. Valid values:
public Long getErrCode()
public void setErrCode(Long ErrCode)
ErrCode
- If the value returned is not `0`, there was a source error. If `0` is returned, refer to the error codes of the corresponding task type.
Note: This field may return·null, indicating that no valid values can be obtained.public String getMessage()
public void setMessage(String Message)
Message
- If there was a source error, this parameter is the error message. For other errors, refer to the error messages of the corresponding task type.
Note: This field may return·null, indicating that no valid values can be obtained.public String getUrl()
public void setUrl(String Url)
Url
- The URL of the live stream.
Note: This field may return·null, indicating that no valid values can be obtained.public LiveActivityResult[] getLiveActivityResultSet()
public void setLiveActivityResultSet(LiveActivityResult[] LiveActivityResultSet)
LiveActivityResultSet
- The task output.
Note: This field may return·null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.