public class StopStreamIngestRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
StopStreamIngestRequest() |
StopStreamIngestRequest(StopStreamIngestRequest 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 |
getTaskId()
Get 任务的唯一Id,在启动任务成功后会返回。
|
void |
setSdkAppId(Long SdkAppId)
Set TRTC的SDKAppId,和任务的房间所对应的SDKAppId相同。
|
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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public StopStreamIngestRequest()
public StopStreamIngestRequest(StopStreamIngestRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- TRTC的SDKAppId,和任务的房间所对应的SDKAppId相同。public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- 任务的唯一Id,在启动任务成功后会返回。Copyright © 2024. All rights reserved.