public class DeletePullStreamConfigRequest extends AbstractModel
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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 © 2022. All rights reserved.