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 An error code other than 0 is returned in case of a source exception.
|
LiveActivityResult[] |
getLiveActivityResultSet()
Get The task output.
|
String |
getMessage()
Get The corresponding exception message is returned in case of a source exception.
|
String |
getStatus()
Get Task stream status.
|
String |
getTaskId()
Get Live orchestration task ID.
|
String |
getUrl()
Get Live stream URL.
|
void |
setErrCode(Long ErrCode)
Set An error code other than 0 is returned in case of a source exception.
|
void |
setLiveActivityResultSet(LiveActivityResult[] LiveActivityResultSet)
Set The task output.
|
void |
setMessage(String Message)
Set The corresponding exception message is returned in case of a source exception.
|
void |
setStatus(String Status)
Set Task stream status.
|
void |
setTaskId(String TaskId)
Set Live orchestration task ID.
|
void |
setUrl(String Url)
Set Live stream URL.
|
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, toJsonString
public LiveScheduleTask()
public LiveScheduleTask(LiveScheduleTask source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- Live orchestration task ID.public String getStatus()
public void setStatus(String Status)
Status
- Task stream status. Valid values:
public Long getErrCode()
public void setErrCode(Long ErrCode)
ErrCode
- An error code other than 0 is returned in case of a source exception. Use the error code of the specific task when a value of 0 is returned.public String getMessage()
public void setMessage(String Message)
Message
- The corresponding exception message is returned in case of a source exception. If no source exception occurs, use the message of each specific task.public String getUrl()
public void setUrl(String Url)
Url
- Live stream URL.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 © 2025. All rights reserved.