public class ModifyPullStreamStatusRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyPullStreamStatusRequest() | 
| ModifyPullStreamStatusRequest(ModifyPullStreamStatusRequest 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[] | getConfigIds()Get 配置 ID 列表。 | 
| String | getStatus()Get 目标状态。0无效,2正在运行,4暂停。 | 
| void | setConfigIds(String[] ConfigIds)Set 配置 ID 列表。 | 
| void | setStatus(String Status)Set 目标状态。0无效,2正在运行,4暂停。 | 
| 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 ModifyPullStreamStatusRequest()
public ModifyPullStreamStatusRequest(ModifyPullStreamStatusRequest source)
public String[] getConfigIds()
public void setConfigIds(String[] ConfigIds)
ConfigIds - 配置 ID 列表。public String getStatus()
public void setStatus(String Status)
Status - 目标状态。0无效,2正在运行,4暂停。Copyright © 2025. All rights reserved.