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 The SDKAppId of TRTC, which is the same as the SDKAppId corresponding to the task's room. | 
| String | getTaskId()Get The unique Task ID, which will be returned after the task is successfully started. | 
| void | setSdkAppId(Long SdkAppId)Set The SDKAppId of TRTC, which is the same as the SDKAppId corresponding to the task's room. | 
| void | setTaskId(String TaskId)Set The unique Task ID, which will be returned after the task is successfully started. | 
| 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, toJsonStringpublic StopStreamIngestRequest()
public StopStreamIngestRequest(StopStreamIngestRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId - The SDKAppId of TRTC, which is the same as the SDKAppId corresponding to the task's room.public String getTaskId()
public void setTaskId(String TaskId)
TaskId - The unique Task ID, which will be returned after the task is successfully started.Copyright © 2024. All rights reserved.