public class UpdateStreamIngestRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
UpdateStreamIngestRequest() |
UpdateStreamIngestRequest(UpdateStreamIngestRequest 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 |
getSdkAppId()
Get TRTC的SDKAppId,和任务的房间所对应的SDKAppId相同
|
String |
getStreamUrl()
Get 源流URL【必填】。
|
String |
getTaskId()
Get 任务的唯一Id,在启动任务成功后会返回。
|
void |
setSdkAppId(Long SdkAppId)
Set TRTC的SDKAppId,和任务的房间所对应的SDKAppId相同
|
void |
setStreamUrl(String StreamUrl)
Set 源流URL【必填】。
|
void |
setTaskId(String TaskId)
Set 任务的唯一Id,在启动任务成功后会返回。
|
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 UpdateStreamIngestRequest()
public UpdateStreamIngestRequest(UpdateStreamIngestRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- TRTC的SDKAppId,和任务的房间所对应的SDKAppId相同public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- 任务的唯一Id,在启动任务成功后会返回。public String getStreamUrl()
public void setStreamUrl(String StreamUrl)
StreamUrl
- 源流URL【必填】。Copyright © 2024. All rights reserved.