public class DeletePullStreamConfigRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeletePullStreamConfigRequest() | 
| DeletePullStreamConfigRequest(DeletePullStreamConfigRequest 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 | 
|---|---|
| String | getConfigId()Get 配置 ID。
1. | 
| void | setConfigId(String ConfigId)Set 配置 ID。
1. | 
| 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, toJsonStringpublic DeletePullStreamConfigRequest()
public DeletePullStreamConfigRequest(DeletePullStreamConfigRequest source)
public String getConfigId()
public void setConfigId(String ConfigId)
ConfigId - 配置 ID。
1. 在添加拉流配置接口 [CreatePullStreamConfig](/document/api/267/30159) 调用返回值中获取配置 ID。
2. 可以从接口 [DescribePullStreamConfigs](/document/api/267/30158) 中查询已创建过的拉流配置列表。Copyright © 2025. All rights reserved.