Class ModifyPullStreamStatusRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.live.v20180801.models.ModifyPullStreamStatusRequest
-
public class ModifyPullStreamStatusRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyPullStreamStatusRequest
public ModifyPullStreamStatusRequest()
-
ModifyPullStreamStatusRequest
public 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.
-
-
Method Detail
-
getConfigIds
public String[] getConfigIds()
Get 配置 ID 列表。- Returns:
- ConfigIds 配置 ID 列表。
-
setConfigIds
public void setConfigIds(String[] ConfigIds)
Set 配置 ID 列表。- Parameters:
ConfigIds
- 配置 ID 列表。
-
getStatus
public String getStatus()
Get 目标状态。0无效,2正在运行,4暂停。- Returns:
- Status 目标状态。0无效,2正在运行,4暂停。
-
setStatus
public void setStatus(String Status)
Set 目标状态。0无效,2正在运行,4暂停。- Parameters:
Status
- 目标状态。0无效,2正在运行,4暂停。
-
-