public class StopPublishCdnStreamRequest extends AbstractModel
| Constructor and Description | 
|---|
| StopPublishCdnStreamRequest() | 
| StopPublishCdnStreamRequest(StopPublishCdnStreamRequest 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](https://intl.cloud.tencent.com/document/product/647/37714) of the TRTC room whose streams are relayed. | 
| String | getTaskId()Get The task ID. | 
| void | setSdkAppId(Long SdkAppId)Set The [SDKAppID](https://intl.cloud.tencent.com/document/product/647/37714) of the TRTC room whose streams are relayed. | 
| void | setTaskId(String TaskId)Set The task ID. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic StopPublishCdnStreamRequest()
public StopPublishCdnStreamRequest(StopPublishCdnStreamRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId - The [SDKAppID](https://intl.cloud.tencent.com/document/product/647/37714) of the TRTC room whose streams are relayed.public String getTaskId()
public void setTaskId(String TaskId)
TaskId - The task ID.Copyright © 2022. All rights reserved.